更新自畫地下管線圖素指令參數。

interface UpdateByCommandParameter {
    entityName: string;
    layerName: string;
    absHeight?: boolean;
    color?: ov.ColorLike;
    epsg?: number;
    geo?: GeoJSON.Polyline;
    height?: number;
    image?: string;
    useLight?: boolean;
    width?: number;
    xFractionSpeed?: number;
    yFractionSpeed?: number;
}

Hierarchy

Properties

entityName: string

自畫圖素名稱

layerName: string

自畫圖層名稱

absHeight?: boolean

是否為絕對高。

color?: ov.ColorLike

管線顏色。

epsg?: number

幾何EPSG。

管線幾何,Z是地表到管線中心,而台灣管線一般埋深的定義是指地表到管頂。

height?: number

管徑高度,若為0則為圓管。

image?: string

管線紋理url。

useLight?: boolean

是否使用光照。

width?: number

管徑寬度。

xFractionSpeed?: number

紋理x方向偏移速度。

yFractionSpeed?: number

紋理y方向偏移速度。

Generated using TypeDoc