Class MultimodalRouteOutputAdapter
Inheritance
System.Object
MultimodalRouteOutputAdapter
Namespace: SOHMultimodalModel.Output.Route
Assembly: SOHMultimodalModel.dll
Syntax
public static class MultimodalRouteOutputAdapter : object
Properties
Suffix
Declaration
public static string Suffix { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
PrintLineString(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. |