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>.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(Router, Profile, Func<UInt32, IEnumerable<UInt32[]>>, RouterPoint, IList<RouterPoint>, Single)

Creates a new algorithm.

Declaration
public OneToMany(Router router, Profile profile, Func<uint, IEnumerable<uint[]>> getRestrictions, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
Router router

Profile profile

Func<System.UInt32, IEnumerable<System.UInt32[]>> getRestrictions

RouterPoint source

IList<RouterPoint> targets

System.Single maxSearch

OneToMany(RouterDb, DefaultWeightHandler, Func<UInt32, IEnumerable<UInt32[]>>, RouterPoint, IList<RouterPoint>, Single)

Creates a new algorithm.

Declaration
public OneToMany(RouterDb routerDb, DefaultWeightHandler weightHandler, Func<uint, IEnumerable<uint[]>> getRestrictions, RouterPoint source, IList<RouterPoint> targets, float maxSearch)
Parameters
RouterDb routerDb

DefaultWeightHandler weightHandler

Func<System.UInt32, IEnumerable<System.UInt32[]>> getRestrictions

RouterPoint source

IList<RouterPoint> targets

System.Single maxSearch

OneToMany(RouterDb, Func<UInt16, Factor>, Func<UInt32, IEnumerable<UInt32[]>>, RouterPoint, IList<RouterPoint>, Single)

Creates a new algorithm.

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

Func<System.UInt16, Factor> getFactor

Func<System.UInt32, IEnumerable<System.UInt32[]>> getRestrictions

RouterPoint source

IList<RouterPoint> targets

System.Single maxSearch

Back to top Built by Itinero, MIT licensed.