更新自畫貼地聚合線圖素指令參數。

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

Hierarchy

Properties

entityName: string

自畫圖素名稱

layerName: string

自畫圖層名稱

color?: ov.ColorLike

線的顏色。

dashScale?: number

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

epsg?: number

幾何EPSG。

線幾何。

opacity?: number

不透明度。

size?: number

線的大小。

Generated using TypeDoc