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

    更新多邊形自畫疊加圖素指令參數。

    interface UpdateByCommandParameter {
        geo?: PolygonSet;
        layerName: string;
        entityName: string;
        epsg?: number;
        tooltip?: null | string;
        fill?: boolean;
        lineWidth?: number;
        stroke?: boolean;
        fillStyle?: string;
        strokeStyle?: string;
        lineCap?: CanvasLineCap;
        lineJoin?: CanvasLineJoin;
        lineDash?: number[];
        visibleLevel?: number;
    }

    層級 (查看層級一覽)

    索引

    屬性

    點幾何。

    layerName: string

    自畫custom tile圖層名稱

    entityName: string

    自畫custom tile圖素名稱

    epsg?: number

    幾何的EPSG。

    tooltip?: null | string

    提示文字。

    fill?: boolean

    是否要填充顏色。

    lineWidth?: number

    線寬。

    stroke?: boolean

    是否要畫線。

    fillStyle?: string

    填充的樣式。

    strokeStyle?: string

    筆刷的樣式。

    lineCap?: CanvasLineCap

    線終端的樣式。

    lineJoin?: CanvasLineJoin

    線閉合的樣式。

    lineDash?: number[]

    虛線樣式,空陣列為實線。

    visibleLevel?: number

    最小可視層級。