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

    類型別名 WMSLayerInfo

    WMS圖層資訊。

    type WMSLayerInfo = {
        boundary?: GeoBoundary;
        curLayerCount?: number;
        identifier?: string;
        styles?: string[];
        time?: string[];
        title?: string;
        totalLayerCount?: number;
        url?: string;
        version?: string;
    }
    索引

    屬性

    boundary?: GeoBoundary

    圖層範圍。

    curLayerCount?: number

    目前是第幾個圖層。

    identifier?: string

    圖層ID。

    styles?: string[]

    圖層樣式。

    time?: string[]

    圖層時間。

    title?: string

    圖層標題。

    totalLayerCount?: number

    圖層總數。

    url?: string

    圖層來源網址。

    version?: string

    圖層版本。