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

    類別 CTileMapLayer

    網路圖磚圖層。

    const matrixSet = CMatrixSet.MakeByEPSG(3826)
    const tilemapLayer = myMapDoc.NewTileMapLayerByMatrixSet(
    "我的行政區界圖",
    ["http://127.0.0.1/wmts?Layer=行政區界圖&style=default&TileMatrixSet=EPSG%3A3826&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix={TileZ}&TileCol={TileC}&TileRow={TileR}"],
    matrixSet,
    0,
    "test"
    );

    層級 (查看層級一覽)

    索引

    訪問器屬性

    • get type(): LAYER_TYPE_2D

      圖層類別

      回傳 LAYER_TYPE_2D

    • get Show(): boolean

      是否顯示圖層

      回傳 boolean

    • set Show(value: boolean): void

      是否顯示圖層

      參數

      • value: boolean

      回傳 void

    • get Alpha(): number

      圖層透明度

      回傳 number

    • set Alpha(value: number): void

      圖層透明度

      參數

      • value: number

      回傳 void

    • get Name(): string

      圖層名稱

      回傳 string

    • get Boundary(): GeoBoundary

      圖層範圍

      回傳 GeoBoundary

    • get MaxResolution(): number

      圖層的最大解析度

      回傳 number

    • get MinResolution(): number

      圖層的最小解析度

      回傳 number

    • get ZIndex(): number

      圖層Z-Index (圖層的繪製順序)

      回傳 number

    • set ZIndex(zIndex: number): void

      圖層Z-Index (圖層的繪製順序)

      參數

      • zIndex: number

      回傳 void