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

    自畫貼地聚合線圖素參數。

    interface Parameter {
        geo: GeoPolyline;
        color: window.ov.Color;
        size: number;
        opacity: number;
        epsg: number;
        dashScale: number;
    }
    索引

    屬性

    線幾何。

    color: window.ov.Color

    線的顏色。

    size: number

    線的大小。

    opacity: number

    不透明度。

    epsg: number

    幾何EPSG。

    dashScale: number

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