Interface IVectorNode<TEntity>
This interface describes all vector data points contained within a IVectorLayer
and their association to a position and the concrete feature.
Namespace: Mars.Interfaces.Layers
Assembly: Mars.Interfaces.dll
Syntax
public interface IVectorNode<out TEntity>
Type Parameters
| Name | Description |
|---|---|
| TEntity | The concrete entity type |
Properties
| Improve this Doc View SourceNodePosition
Gets or sets the 2-dimensional spatial position
managed by the common Position class.
Declaration
Position NodePosition { get; }
Property Value
| Type | Description |
|---|---|
| Position |
Value
Gets or sets the value being stored at this node.
Declaration
TEntity Value { get; }
Property Value
| Type | Description |
|---|---|
| TEntity |