Class GatewayPoint
Capsules a position represents an exit point of an environment to a distance point.
Inheritance
System.Object
GatewayPoint
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: SOHMultimodalModel.Routing
Assembly: SOHMultimodalModel.dll
Syntax
public class GatewayPoint : IVectorFeature
Properties
| Improve this Doc View SourcePosition
Capsules a position represents an exit point of an environment to a distance point.
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
| Improve this Doc View SourceInit(ILayer, VectorStructuredData)
Capsules a position represents an exit point of an environment to a distance point.
Declaration
public void Init(ILayer layer, VectorStructuredData data)
Parameters
Type | Name | Description |
---|---|---|
ILayer | layer | |
VectorStructuredData | data |
Update(VectorStructuredData)
Capsules a position represents an exit point of an environment to a distance point.
Declaration
public void Update(VectorStructuredData data)
Parameters
Type | Name | Description |
---|---|---|
VectorStructuredData | data |