Show / Hide Table of Contents

Class DirectedWeightMatrixAlgorithm

An algorithm to calculate a weight-matrix for a set of locations.

Inheritance
System.Object
AlgorithmBase
DirectedWeightMatrixAlgorithm<System.Single>
DirectedWeightMatrixAlgorithm
Inherited Members
DirectedWeightMatrixAlgorithm<Single>._router
DirectedWeightMatrixAlgorithm<Single>._profile
DirectedWeightMatrixAlgorithm<Single>._weightHandler
DirectedWeightMatrixAlgorithm<Single>._massResolver
DirectedWeightMatrixAlgorithm<Single>._buckets
DirectedWeightMatrixAlgorithm<Single>._graph
DirectedWeightMatrixAlgorithm<Single>._dualGraph
DirectedWeightMatrixAlgorithm<Single>._max
DirectedWeightMatrixAlgorithm<Single>._errors
DirectedWeightMatrixAlgorithm<Single>._correctedIndices
DirectedWeightMatrixAlgorithm<Single>._correctedResolvedPoints
DirectedWeightMatrixAlgorithm<Single>._weights
DirectedWeightMatrixAlgorithm<Single>._sourcePaths
DirectedWeightMatrixAlgorithm<Single>._targetPaths
DirectedWeightMatrixAlgorithm<Single>.DoRun(CancellationToken)
DirectedWeightMatrixAlgorithm<Single>.ForwardVertexFound(Int32, UInt32, LinkedEdgePath<Single>)
DirectedWeightMatrixAlgorithm<Single>.Router
DirectedWeightMatrixAlgorithm<Single>.Profile
DirectedWeightMatrixAlgorithm<Single>.MassResolver
DirectedWeightMatrixAlgorithm<Single>.Weights
DirectedWeightMatrixAlgorithm<Single>.RouterPoints
DirectedWeightMatrixAlgorithm<Single>.SourcePaths
DirectedWeightMatrixAlgorithm<Single>.TargetPaths
DirectedWeightMatrixAlgorithm<Single>.OriginalIndexOf(Int32)
DirectedWeightMatrixAlgorithm<Single>.CorrectedIndexOf(Int32)
DirectedWeightMatrixAlgorithm<Single>.Errors
AlgorithmBase.HasRun
AlgorithmBase.HasSucceeded
AlgorithmBase.ErrorMessage
AlgorithmBase.CheckHasRun()
AlgorithmBase.CheckHasRunAndHasSucceeded()
AlgorithmBase.Run()
AlgorithmBase.Run(CancellationToken)
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>)
Back to top Built by Itinero, MIT licensed.