Show / Hide Table of Contents

Class OneToMany

An algorithm to calculate one-to-many weights/paths.

Inheritance
System.Object
AlgorithmBase
OneToMany<System.Single>
OneToMany
Inherited Members
OneToMany<Single>.DoRun(CancellationToken)
OneToMany<Single>.GetPath(Int32)
OneToMany<Single>.TryGetPath(Int32, EdgePath<Single>)
OneToMany<Single>.Weights
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 OneToMany : OneToMany<float>, IAlgorithm

Constructors

OneToMany(RouterBase, Profile, RouterPoint, IList<RouterPoint>, Single)

Creates a new algorithm.

Declaration
public OneToMany(RouterBase router, Profile profile, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
RouterBase router

Profile profile

RouterPoint source

IList<RouterPoint> targets

System.Single maxSearch

OneToMany(RouterDb, DefaultWeightHandler, RouterPoint, IList<RouterPoint>, Single)

Creates a new algorithm.

Declaration
public OneToMany(RouterDb routerDb, DefaultWeightHandler weightHandler, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
RouterDb routerDb

DefaultWeightHandler weightHandler

RouterPoint source

IList<RouterPoint> targets

System.Single maxSearch

OneToMany(RouterDb, Func<UInt16, Factor>, RouterPoint, IList<RouterPoint>, Single)

Creates a new algorithm.

Declaration
public OneToMany(RouterDb routerDb, Func<ushort, Factor> getFactor, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
RouterDb routerDb

Func<System.UInt16, Factor> getFactor

RouterPoint source

IList<RouterPoint> targets

System.Single maxSearch

Back to top Built by Itinero, MIT licensed.