Class WalkingFerryDrivingMultimodalRoute
Implements
System.Collections.Generic.IEnumerable<RouteStop>
System.Collections.IEnumerable
System.IEquatable<MultimodalRoute>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SOHMultimodalModel.Routing
Assembly: SOHMultimodalModel.dll
Syntax
public class WalkingFerryDrivingMultimodalRoute : MultimodalRoute, IEnumerable<RouteStop>, IEnumerable, IEquatable<MultimodalRoute>
Constructors
| Improve this Doc View SourceWalkingFerryDrivingMultimodalRoute(ISpatialGraphLayer, IFerryStationLayer, Position, Position)
Describes a multimodal route with walk, ferry drive, walk.
Declaration
public WalkingFerryDrivingMultimodalRoute(ISpatialGraphLayer environmentLayer, IFerryStationLayer stationLayer, Position start, Position goal)
Parameters
Type | Name | Description |
---|---|---|
ISpatialGraphLayer | environmentLayer | Contains the environment. |
IFerryStationLayer | stationLayer | The station layer containing all ferry stations to route to. |
Position | start | Position where the route should start. |
Position | goal | Position where the route should end. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.IEquatable<T>