Class DirectedWeightMatrixAlgorithm
An algorithm to calculate a weight-matrix for a set of locations.
Inheritance
System.Object
DirectedWeightMatrixAlgorithm<System.Single>
DirectedWeightMatrixAlgorithm
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 sealed class DirectedWeightMatrixAlgorithm : DirectedWeightMatrixAlgorithm<float>, IDirectedWeightMatrixAlgorithm<float>, IAlgorithm
Constructors
DirectedWeightMatrixAlgorithm(RouterBase, IProfileInstance, Coordinate[], Single)
Creates a new weight-matrix algorithm.
Declaration
public DirectedWeightMatrixAlgorithm(RouterBase router, IProfileInstance profile, Coordinate[] locations, float max = 3.40282347E+38F)
Parameters
RouterBase
router
|
IProfileInstance
profile
|
Coordinate[]
locations
|
System.Single
max
|
DirectedWeightMatrixAlgorithm(RouterBase, IProfileInstance, IMassResolvingAlgorithm, Single)
Creates a new weight-matrix algorithm.
Declaration
public DirectedWeightMatrixAlgorithm(RouterBase router, IProfileInstance profile, IMassResolvingAlgorithm massResolver, float max = 3.40282347E+38F)
Parameters
RouterBase
router
|
IProfileInstance
profile
|
IMassResolvingAlgorithm
massResolver
|
System.Single
max
|
DirectedWeightMatrixAlgorithm(RouterBase, IProfileInstance, List<RouterPoint>, Single)
Creates a new weight-matrix algorithm.
Declaration
public DirectedWeightMatrixAlgorithm(RouterBase router, IProfileInstance profile, List<RouterPoint> resolvedLocations, float max = 3.40282347E+38F)
Parameters
RouterBase
router
|
IProfileInstance
profile
|
List<RouterPoint>
resolvedLocations
|
System.Single
max
|
Methods
BackwardVertexFound(Int32, UInt32, LinkedEdgePath<Single>)
Declaration
protected override sealed bool BackwardVertexFound(int i, uint vertex, LinkedEdgePath<float> backwardVisit)
Parameters
System.Int32
i
|
System.UInt32
vertex
|
LinkedEdgePath<System.Single>
backwardVisit
|
Returns
System.Boolean
|
Overrides
Itinero.Algorithms.Matrices.DirectedWeightMatrixAlgorithm<System.Single>.BackwardVertexFound(System.Int32, System.UInt32, Itinero.Algorithms.LinkedEdgePath<System.Single>)