Class WalkingTrainDrivingMultimodalRoute
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 WalkingTrainDrivingMultimodalRoute : MultimodalRoute, IEnumerable<RouteStop>, IEnumerable, IEquatable<MultimodalRoute>
Constructors
| Improve this Doc View SourceWalkingTrainDrivingMultimodalRoute(ISpatialGraphLayer, ITrainStationLayer, Position, Position)
Describes a multimodal route with walk, Train drive, walk.
Declaration
public WalkingTrainDrivingMultimodalRoute(ISpatialGraphLayer environmentLayer, ITrainStationLayer stationLayer, Position start, Position goal)
Parameters
Type | Name | Description |
---|---|---|
ISpatialGraphLayer | environmentLayer | Contains the environment. |
SOHTrainModel.Station.ITrainStationLayer | stationLayer | The station layer containing all Train 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>