ElevationProfileLine

AMD: require(["geoscene/widgets/ElevationProfile/ElevationProfileLine"], (ElevationProfileLine) => { /* 代码 */ });
ESM: import ElevationProfileLine from "@geoscene/core/widgets/ElevationProfile/ElevationProfileLine";
类: geoscene/widgets/ElevationProfile/ElevationProfileLine
继承于: ElevationProfileLine Accessor
起始版本: GeoScene API for JavaScript 4.22

属性列表

可以设置、检索或监听的任何属性。参见使用属性主题。
展示继承属性 隐藏继承属性
名称 类型 描述
Color更多信息

图表上的线和视图中悬停点的颜色。

更多信息ElevationProfileLine
String更多信息

类名。

更多信息Accessor
Point更多信息

点悬停在图表中视图的空间参考中。

更多信息ElevationProfileLine
String更多信息

剖面线的唯一标识符。

更多信息ElevationProfileLine
Number更多信息

此剖面的生成进度。

更多信息ElevationProfileLine
ElevationProfileSample[]更多信息

构成高程剖面的样本列表。

更多信息ElevationProfileLine
ElevationProfileStatistics更多信息

有关生成的高程剖面的统计信息(如果可用)。

更多信息ElevationProfileLine
String更多信息

要显示在图表工具提示和图表图例中的线标题。

更多信息ElevationProfileLine
String更多信息

线类型。

更多信息ElevationProfileLine
Boolean更多信息

是否应将表示 elevationSamples 的线可视化添加到 SceneView 中。

更多信息ElevationProfileLine
Boolean更多信息

是否应计算该线并在图表中显示。

更多信息ElevationProfileLine

属性详细说明

自动转换自 Object|Number[]|String

图表上的线和视图中悬停点的颜色。

默认值:#000000
declaredClass Stringreadonly inherited

类名。类的名称声明格式为 geoscene.folder.className

hoveredPoint Pointreadonly

点悬停在图表中视图的空间参考中。

id String

剖面线的唯一标识符。

progress Numberreadonly

此剖面的生成进度。 0 表示未加载任何内容,1 表示加载完成。

samples ElevationProfileSample[]readonly

构成高程剖面的样本列表。它可以传递到图形库,以便在 2D 中显示剖面。

statistics ElevationProfileStatisticsreadonly

有关生成的高程剖面的统计信息(如果可用)。对于坡度计算,在最小采样距离为10米(32.8英尺)处对剖面进行采样。在计算坡度之前,将更高分辨率的剖面向下采样至 10 米(32.8 英尺)的采样距离。

title String

要显示在图表工具提示和图表图例中的线标题。

type Stringreadonly

线类型。

可选值:"ground"|"input"|"query"|"view"

viewVisualizationEnabled Boolean
起始版本: GeoScene API for JavaScript 4.22

是否应将表示 elevationSamples 的线可视化添加到 SceneView。此属性不适用于 MapView

默认值:true
visible Boolean

是否应计算该线并在图表中显示。

默认值:true

类型定义

ElevationProfileSample Object

表示剖面中的高程样本。

属性:
x Number

视图的空间参考中示例的 x 坐标。

y Number

视图的空间参考中样本的 y 坐标。

z Number
optional

视图的空间参考中样本的 z 坐标。

distance Number

距离路径的起点,在用户选择的有效距离内。

elevation Number
optional

样品的高程,以用户选择的有效单位表示。

ElevationProfileStatistics Object

表示生成的剖面线的统计信息。

属性:
maxDistance Number

路径的最大距离或长度。

minElevation Number

沿路径的最小高程。

maxElevation Number

沿路径的最大高程。

avgElevation Number

沿路径的平均高程。

elevationGain Number

沿路径的累积高程增益。

elevationLoss Number

沿路径的累积高程损失。

maxSlope Number

沿路径的最大坡度。坡度是通过在10米(32.8英尺)或更远的距离上采样来计算的。

avgSlope Number

沿路径的平均坡度。坡度是通过在10米(32.8英尺)或更远的距离上采样来计算的。

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.