Show / Hide Table of Contents

Class ShapeFileWriter

A writer that writes shapefile(s) and builds a routing network.

Inheritance
System.Object
ShapeFileWriter
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class ShapeFileWriter : AlgorithmBase

Constructors

ShapeFileWriter(RouterDb, IEnumerable<Profile>, String)

Creates a new reader.

Declaration
public ShapeFileWriter(RouterDb routerDb, IEnumerable<Profile> profiles, string fileName)
Parameters
RouterDb routerDb

IEnumerable<Profile> profiles

System.String fileName

Methods

DoRun(CancellationToken)

Executes the actual algorithm.

Declaration
protected override void DoRun(CancellationToken cancellationToken)
Parameters
CancellationToken cancellationToken

Back to top Built by Itinero, MIT licensed.