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

    更新自畫3D聚合線圖素指令參數。

    interface UpdateByCommandParameter {
        geo?: window.GeoJSON.Polyline;
        color?: window.ov.ColorLike;
        dashColor?: window.ov.ColorLike;
        size?: number;
        opacity?: number;
        epsg?: number;
        dashScale?: number;
        dashSpeed?: number;
        enableColorGradient?: boolean;
        layerName: string;
        entityName: string;
    }

    層級 (查看層級一覽)

    索引

    屬性

    線幾何。

    線的顏色。

    dashColor?: window.ov.ColorLike

    虛線的顏色。

    size?: number

    線的大小。

    opacity?: number

    不透明度。

    epsg?: number

    幾何EPSG。

    dashScale?: number

    虛線設定,預設為實線,若等於0.0:系統自己切,大於0.0:以公尺為單位切。

    dashSpeed?: number

    虛線移動速度(m/s)。

    enableColorGradient?: boolean

    是否開啟顏色漸層效果,只在有虛線的狀況有效。

    layerName: string

    自畫圖層名稱

    entityName: string

    自畫圖素名稱