@JsType(isNative=true, namespace="<global>", name="Object") public class WebMapTileServiceImageryProviderOptions extends Object
Modifier and Type | Field and Description |
---|---|
Clock |
clock
A Clock instance that is used when determining the value for the time dimension.
|
Credit |
credit
A credit for the data source, which is displayed on the canvas.
|
Object |
dimensions
A object containing static dimensions and their values.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
String |
format
The MIME type for images to retrieve from the server.
|
String |
layer
The layer name for WMTS requests.
|
int |
maximumLevel
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
|
int |
minimumLevel
The minimum level-of-detail supported by the imagery provider.
|
Rectangle |
rectangle
The rectangle covered by the layer.
|
String |
style
The style name for WMTS requests.
|
String[] |
subdomains
The subdomains to use for the {s} placeholder in the URL template.
|
String[] |
tileMatrixLabels
A list of identifiers in the TileMatrix to use for WMTS requests, one per TileMatrix level.
|
String |
tileMatrixSetID
The identifier of the TileMatrixSet to use for WMTS requests.
|
int |
tileWidth
The tile width in pixels.
|
TilingScheme |
tilingScheme
The tiling scheme corresponding to the organization of the tiles in the TileMatrixSet.
|
TimeIntervalCollection |
times
TimeIntervalCollection with its data property being an object containing time dynamic dimension and their values.
|
String |
url
The base URL for the WMTS GetTile operation (for KVP-encoded requests) or the tile-URL template (for RESTful requests).
|
Constructor and Description |
---|
WebMapTileServiceImageryProviderOptions()
Options for
WebMapTileServiceImageryProvider |
@JsProperty public String url
@JsProperty public String format
@JsProperty public String layer
@JsProperty public String style
@JsProperty public String tileMatrixSetID
@JsProperty public String[] tileMatrixLabels
@JsProperty public Clock clock
@JsProperty public TimeIntervalCollection times
@JsProperty public Object dimensions
@JsProperty public int tileWidth
@JsProperty public TilingScheme tilingScheme
@JsProperty public Rectangle rectangle
Rectangle.MAX_VALUE()
@JsProperty public int minimumLevel
@JsProperty public int maximumLevel
@JsProperty public Ellipsoid ellipsoid
@JsProperty public Credit credit
@JsProperty public String[] subdomains
@JsConstructor public WebMapTileServiceImageryProviderOptions()
WebMapTileServiceImageryProvider
Copyright © 2019. All rights reserved.