Class VectorFeature
This class provides the default data transfer object used within the model scope,
when not other model type in IVectorLayer<T> is specified.
Inheritance
System.Object
VectorFeature
Implements
Namespace: Mars.Components.Layers
Assembly: Mars.Components.dll
Syntax
public class VectorFeature : object, IVectorFeature
Properties
VectorStructured
Declaration
public VectorStructuredData VectorStructured { get; set; }
Property Value
Type | Description |
---|---|
VectorStructuredData |
Methods
Init(ILayer, VectorStructuredData)
Declaration
public void Init(ILayer layer, VectorStructuredData data)
Parameters
Type | Name | Description |
---|---|---|
ILayer | layer | |
VectorStructuredData | data |
Update(VectorStructuredData)
Declaration
public void Update(VectorStructuredData data)
Parameters
Type | Name | Description |
---|---|---|
VectorStructuredData | data |