Class RouterPointEmbedder
An algorithm that embeds routerpoints permanently as vertices in the network.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class RouterPointEmbedder : AlgorithmBase, IAlgorithm
Constructors
RouterPointEmbedder(RouterDb, Profile[], Coordinate[], Single)
Creates a new router point embedder.
Declaration
public RouterPointEmbedder(RouterDb routerDb, Profile[] profiles, Coordinate[] locations, float searchDistanceInMeter = 200F)
Parameters
RouterDb
routerDb
|
Profile[]
profiles
|
Coordinate[]
locations
|
System.Single
searchDistanceInMeter
|
Methods
DoRun(CancellationToken)
Executes the actual algorithm.
Declaration
protected override void DoRun(CancellationToken cancellationToken)
Parameters
CancellationToken
cancellationToken
|