Show / Hide Table of Contents

Class TileBasedHeatmapBuilder

Represents a tile-based heatmap builder.

Inheritance
System.Object
AlgorithmBase
TileBasedHeatmapBuilder
Inherited Members
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 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

Gets the result.

Declaration
public HeatmapResult Result { get; }
Property Value
HeatmapResult

Methods

DoRun(CancellationToken)

Executes the actual algorithm.

Declaration
protected override void DoRun(CancellationToken cancellationToken)
Parameters
CancellationToken cancellationToken

Overrides
AlgorithmBase.DoRun(CancellationToken)
Back to top Built by Itinero, MIT licensed.