Class ShapefileReader
A reader that reads shapefile(s) and builds a routing network.
Inheritance
System.Object
ShapefileReader
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class ShapefileReader : AlgorithmBase
Constructors
ShapefileReader(RouterDb, IList<ShapefileDataReader>, Vehicle[], String, String)
Creates a new reader.
Declaration
public ShapefileReader(RouterDb routerDb, IList<ShapefileDataReader> shapefileReaders, Vehicle[] vehicles, string sourceVertexColumn, string targetVertexColumn)
Parameters
|
RouterDb
routerDb
|
|
IList<ShapefileDataReader>
shapefileReaders
|
|
Vehicle[]
vehicles
|
|
System.String
sourceVertexColumn
|
|
System.String
targetVertexColumn
|
Methods
DoRun(CancellationToken)
Executes the actual algorithm.
Declaration
protected override void DoRun(CancellationToken cancellationToken)
Parameters
|
CancellationToken
cancellationToken
|