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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Components.Layers
Assembly: Mars.Components.dll
Syntax
public class VectorFeature : IVectorFeature
Properties
| Improve this Doc View SourceVectorStructured
This class provides the default data transfer object used within the model scope,
when not other model type in IVectorLayer<T> is specified.
Declaration
public VectorStructuredData VectorStructured { get; set; }
Property Value
Type | Description |
---|---|
VectorStructuredData |
Methods
| Improve this Doc View SourceInit(ILayer, VectorStructuredData)
This class provides the default data transfer object used within the model scope,
when not other model type in IVectorLayer<T> is specified.
Declaration
public void Init(ILayer layer, VectorStructuredData data)
Parameters
Type | Name | Description |
---|---|---|
ILayer | layer | |
VectorStructuredData | data |
Update(VectorStructuredData)
This class provides the default data transfer object used within the model scope,
when not other model type in IVectorLayer<T> is specified.
Declaration
public void Update(VectorStructuredData data)
Parameters
Type | Name | Description |
---|---|---|
VectorStructuredData | data |