PilotGaea 3D O'view
    正在準備搜尋索引...

    介面 AnalysisViewshedProperty

    視域分析參數。

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

    層級 (查看層級一覽)

    索引

    屬性

    center: Geo3DPoint

    視域分析中心點。

    distance?: number

    視域分析半徑。

    1500
    
    absHeight?: boolean

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

    true
    
    color?: `#${string}`

    顏色。

    "#00FF55"
    
    opacity?: number

    不透明度,介於0~1。

    0.75