Interface AnalysisViewshedProperty

視域分析參數。

interface AnalysisViewshedProperty {
    center: Geo3DPoint;
    absHeight?: boolean;
    color?: `#${string}`;
    distance?: number;
    opacity?: number;
}

Hierarchy

Properties

center: Geo3DPoint

視域分析中心點。

absHeight?: boolean

輸入中心點Z值是否為絕對高。

Default Value

true
color?: `#${string}`

顏色。

Default Value

"#00FF55"
distance?: number

視域分析半徑。

Default Value

1500
opacity?: number

不透明度,介於0~1。

Default Value

0.75

Generated using TypeDoc