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

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

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

    層級 (查看層級一覽)

    索引

    屬性

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

    管線顏色。

    absHeight?: boolean

    是否為絕對高。

    epsg?: number

    幾何EPSG。

    height?: number

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

    width?: number

    管徑寬度。

    useLight?: boolean

    是否使用光照。

    image?: string

    管線紋理url。

    xFractionSpeed?: number

    紋理x方向偏移速度。

    yFractionSpeed?: number

    紋理y方向偏移速度。

    layerName: string

    自畫圖層名稱

    entityName: string

    自畫圖素名稱