Class MultimodalRouteOutputAdapter
Inheritance
System.Object
MultimodalRouteOutputAdapter
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.Output.Route
Assembly: SOHMultimodalModel.dll
Syntax
public static class MultimodalRouteOutputAdapter
Properties
| Improve this Doc View SourceSuffix
Declaration
public static string Suffix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourcePrintLineString(MultimodalRoute, Boolean)
Converts the multimodal route into a set of individual features and serialize it into valid geojson.
Then writes this geojson into a file.
Declaration
public static void PrintLineString(MultimodalRoute multimodalRoute, bool separateFilesPerRoute = false)
Parameters
Type | Name | Description |
---|---|---|
MultimodalRoute | multimodalRoute | The multi modal route containing one or multiple routes. |
System.Boolean | separateFilesPerRoute | Can be marked if for every route a single file should be created. |