Class: CVectorTileLayer

CVectorTileLayer

new CVectorTileLayer(MapDocument, Name, UrlPatterns, Token)

openlayers/MapDocument.js, line 425

向量圖磚圖層
不能直接使用CVectorTileLayer的建構函式,您應該從已經存在的CMapDocument物件,透過NewVectorTileLayer新增CVectorTileLayer

Name Type Description
MapDocument CMapDocument | undefined

地圖文件。

Name string

客戶端自訂的圖層名稱

UrlPatterns Array.<string>

網路來源的字串陣列

Token string

若有需要提供,Token

Example

var vLayerId = myMapDoc.NewVectorTileLayer("向量圖磚", ["http://127.0.0.1:8080/WMTS/{z}/{x}/{y}.vector.mvt"],0,"token")
var vLayerId = myMapDoc.NewVectorTileLayer("向量圖磚", ["http://127.0.0.1:8080/3826/WMTS/{z}/{x}/{y}.vector.mvt"],0,"token")

Extends

Members

Alpha

圖層透明度

Properties:
Name Type Description
Alpha number

透明度

readonlyBoundary

圖層範圍

Properties:
Name Type Description
Boundary GeoBoundary

圖層範圍

readonlyMaxResolution

圖層的最大解析度

Properties:
Name Type Description
MaxResolution number

最大解析度

readonlyMinResolution

圖層的最小解析度

Properties:
Name Type Description
MinResolution number

最小解析度

readonlyName

圖層名稱

Properties:
Name Type Description
Name number

名稱

Show

是否顯示圖層

Properties:
Name Type Description
Show boolean

是否顯示

readonlytype

圖層類別

Properties:
Name Type Description
type LAYER_TYPE_2D

類別

readonlyZIndex

圖層Z-Index

Properties:
Name Type Description
Z-Index number

圖層的繪製順序