ESM:
import * as types from "@arcgis/core/views/analysis/ElevationProfile/types.js";
CDN:
const types = await $arcgis.import("@arcgis/core/views/analysis/ElevationProfile/types.js");
Object:
@arcgis/core/views/analysis/ElevationProfile/types
Since: ArcGIS Maps SDK for JavaScript 4.34
Types common to the ElevationProfileAnalysisView2D and ElevationProfileAnalysisView3D.
Type Definitions
-
ElevationProfileEffectiveDisplayUnits
ElevationProfileEffectiveDisplayUnits Object
-
- Properties
-
distance LengthUnit
The effective distance unit used for the results and statistics of the elevation profile analysis.
elevation LengthUnitThe effective elevation unit used for the results and statistics of the elevation profile analysis.
-
Result of picking a feature from the view to perform an elevation profile analysis.
- Property
-
feature Graphic
The picked feature.