Appearance
KBE3D / KBCore / Cesium / WebMapTileServiceImageryProvider / ConstructorOptions
接口: ConstructorOptions
Initialization options for the WebMapTileServiceImageryProvider constructor
属性
url
url:
string|Resource
The base URL for the WMTS GetTile operation (for KVP-encoded requests) or the tile-URL template (for RESTful requests). The tile-URL template should contain the following variables: {style}, {TileMatrixSet}, {TileMatrix}, {TileRow}, {TileCol}. The first two are optional if actual values are hardcoded or not required by the server. The {s} keyword may be used to specify subdomains.
layer
layer:
string
The layer name for WMTS requests.
style
style:
string
The style name for WMTS requests.
tileMatrixSetID
tileMatrixSetID:
string
The identifier of the TileMatrixSet to use for WMTS requests.
format?
optionalformat:string
The MIME type for images to retrieve from the server.
tileMatrixLabels?
optionaltileMatrixLabels:any[]
A list of identifiers in the TileMatrix to use for WMTS requests, one per TileMatrix level.
clock?
optionalclock:Clock
A Clock instance that is used when determining the value for the time dimension. Required when times is specified.
times?
optionaltimes:TimeIntervalCollection
TimeIntervalCollection with its <code>data</code> property being an object containing time dynamic dimension and their values.
dimensions?
optionaldimensions:any
A object containing static dimensions and their values.
tileWidth?
optionaltileWidth:number
The tile width in pixels.
tileHeight?
optionaltileHeight:number
The tile height in pixels.
tilingScheme?
optionaltilingScheme:TilingScheme
The tiling scheme corresponding to the organization of the tiles in the TileMatrixSet.
rectangle?
optionalrectangle:Rectangle
The rectangle covered by the layer.
minimumLevel?
optionalminimumLevel:number
The minimum level-of-detail supported by the imagery provider.
maximumLevel?
optionalmaximumLevel:number
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
ellipsoid?
optionalellipsoid:Ellipsoid
The ellipsoid. If not specified, the WGS84 ellipsoid is used.
credit?
optionalcredit:string|Credit
A credit for the data source, which is displayed on the canvas.
subdomains?
optionalsubdomains:string|string[]
The subdomains to use for the <code>{s}</code> placeholder in the URL template. If this parameter is a single string, each character in the string is a subdomain. If it is an array, each element in the array is a subdomain.
