Class GatewayPoint
Capsules a position represents an exit point of an environment to a distance point.
Inheritance
IVectorFeature
GatewayPoint
Namespace: SOHMultimodalModel.Routing
Assembly: SOHMultimodalModel.dll
Syntax
public class GatewayPoint : IVectorFeature
Properties
Position
Declaration
public Position Position { get; }
Property Value
Type | Description |
---|---|
Position |
VectorStructured
Gets or sets the concrete feature data.
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 |