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

    類型別名 WMTSLayerInfo

    WMTS圖層資訊。

    type WMTSLayerInfo = {
        totalLayerCount?: number;
        curLayerCount?: number;
        url?: string;
        title?: string;
        identifier?: string;
        epsg?: number;
        boundary?: GeoBoundary;
    }
    索引

    屬性

    totalLayerCount?: number

    圖層總數。

    curLayerCount?: number

    目前是第幾個圖層。

    url?: string

    圖層來源網址。

    title?: string

    圖層標題。

    identifier?: string

    圖層ID。

    epsg?: number

    圖層EPSG。

    boundary?: GeoBoundary

    圖層範圍。