Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ElevationProfileProperties

Hierarchy

Index

Properties

Optional container

container: string | HTMLElement

The ID or node representing the DOM element containing the widget.

Read more...

Optional geodesicDistanceThreshold

geodesicDistanceThreshold: number

When the spatial reference is projected (other than web mercator) and the path is shorter than this threshold, distances will be computed planimetrically.

Read more...

Optional iconClass

iconClass: string

The widget's default CSS icon class.

Read more...

Optional id

id: string

The unique ID assigned to the widget when the widget is created.

Read more...

Optional input

The input line graphic along which elevation will be queried in order to generate an elevation profile.

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional profiles

profiles: CollectionProperties<(ElevationProfileLineGroundProperties & { type: "ground" }) | (ElevationProfileLineInputProperties & { type: "input" }) | (ElevationProfileLineQueryProperties & { type: "query" }) | (ElevationProfileLineViewProperties & { type: "view" })>

Collection of elevation profile lines which are to be generated and displayed in the widget's chart.

Read more...

Optional unit

unit: "millimeters" | "centimeters" | "decimeters" | "meters" | "kilometers" | "inches" | "feet" | "yards" | "miles" | "nautical-miles" | "us-feet" | "imperial" | "metric"

Unit system (imperial, metric) or specific unit used for displaying the elevation and distance values.

Read more...

Optional unitOptions

unitOptions: ("millimeters" | "centimeters" | "decimeters" | "meters" | "kilometers" | "inches" | "feet" | "yards" | "miles" | "nautical-miles" | "us-feet" | "imperial" | "metric")[]

List of available units and unit systems (imperial, metric) for displaying the elevation and distance values.

Read more...

Optional view

view: (SceneViewProperties & { type: "3d" }) | (MapViewProperties & { type: "2d" })

A reference to the SceneView or the MapView.

Read more...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Optional visibleElements

This property provides the ability to display or hide the individual elements of the widget.

Read more...

Generated using TypeDoc