Class TileBasedHeatmapBuilder
Represents a tile-based heatmap builder.
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 TileBasedHeatmapBuilder : AlgorithmBase, IAlgorithm
Constructors
TileBasedHeatmapBuilder(GeometricGraph, IEdgeVisitor<Single>, Int32)
Creates a new tile-based heatmap builder.
Declaration
public TileBasedHeatmapBuilder(GeometricGraph graph, IEdgeVisitor<float> edgeVisitor, int level)
Parameters
GeometricGraph
graph
|
IEdgeVisitor<System.Single>
edgeVisitor
The algorithm that visits the edges. |
System.Int32
level
The level of detail specified as an OpenStreetMap tile zoom level. |
Properties
Result
Methods
DoRun(CancellationToken)
Executes the actual algorithm.
Declaration
protected override void DoRun(CancellationToken cancellationToken)
Parameters
CancellationToken
cancellationToken
|