Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ElevationProfileViewModelProperties

Hierarchy

  • ElevationProfileViewModelProperties

Index

Properties

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 highlightEnabled

highlightEnabled: boolean

Whether the graphic used as input is highlighted.

Read more...

Optional hoveredChartPosition

hoveredChartPosition: number

The position, in the range [0, 1], being hovered in the graph.

Read more...

Optional input

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

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 uniformChartScaling

uniformChartScaling: boolean

Whether the chart should use a uniform scale for the X and Y axes.

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 View.

Read more...

Generated using TypeDoc