HtmlForgeX

API Reference

Class

GlobeHeatmapSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Heatmap settings for GlobeGl (points + tunables).

Inheritance

  • Object
  • GlobeHeatmapSettings

Methods

public GlobeHeatmapSettings AddPoint(Double latitude, Double longitude, Double weight = 1) #
Returns: GlobeHeatmapSettings

Adds a weighted heat point at the given coordinate.

Parameters

latitude System.Double requiredposition: 0
longitude System.Double requiredposition: 1
weight System.Double = 1 optionalposition: 2
public GlobeHeatmapSettings Bandwidth(Double bandwidth) #
Returns: GlobeHeatmapSettings

Sets heatmap bandwidth (kernel size).

Parameters

bandwidth System.Double requiredposition: 0
public GlobeHeatmapSettings BaseAltitude(Double altitude) #
Returns: GlobeHeatmapSettings

Sets base altitude for the heatmap layer.

Parameters

altitude System.Double requiredposition: 0
public GlobeHeatmapSettings ColorSaturation(Double saturation) #
Returns: GlobeHeatmapSettings

Sets heatmap color saturation (0-1 typical range).

Parameters

saturation System.Double requiredposition: 0
public GlobeGlSettings End() #
Returns: GlobeGlSettings

Return to parent settings builder.

public GlobeHeatmapSettings TopAltitude(Double altitude) #
Returns: GlobeHeatmapSettings

Sets top altitude for the heatmap layer.

Parameters

altitude System.Double requiredposition: 0