HtmlForgeX

API Reference

Command

New-HtmlXGlobeHeatmap

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.GlobeGl

Configures the globe heatmap layer.

Remarks

Use inside New-HtmlXGlobe { }.

Examples

Imported script example

New-HtmlXGlobeHeatmap -Bandwidth 0.6 -ColorSaturation 0.75 -BaseAltitude 0.02 -TopAltitude 0.35
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXGlobeHeatmap [-Bandwidth <double>] [-BaseAltitude <double>] [-ColorSaturation <double>] [-TopAltitude <double>] [<CommonParameters>]
#

Parameters

Bandwidth double optionalposition: namedpipeline: false
Heatmap bandwidth.
BaseAltitude double optionalposition: namedpipeline: false
Heatmap base altitude.
ColorSaturation double optionalposition: namedpipeline: false
Heatmap color saturation.
TopAltitude double optionalposition: namedpipeline: false
Heatmap top altitude.

Outputs

HtmlForgeX.GlobeGl