Appearance
WmtsLayer (WMTS Service Layer)
Layer for loading WMTS services.
Constructor
ts
new ge3d.object.WmtsLayer(options: any): WmtsLayerParameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| url | Cesium.Resource/String | - | Base URL of WMTS GetTile operation or tile-URL template |
| format | String | 'image/jpeg' | MIME type of tile image to be retrieved from server |
| layer | String | - | Layer name for WMTS request |
| style | String | - | Style name for WMTS request |
| tileMatrixSetID | String | - | Identifier of TileMatrixSet used for WMTS request |
| tileMatrixLabels | String[] | - | List of identifiers used for WMTS request in tile matrix |
| highlight | Object | - | Vector data and its style highlighted by mouse click |
Properties
| Property | Type | Description |
|---|---|---|
| id | any | Object id identifier |
| name | any | Name identifier |
| show | any | Show/hide state |
| opacity | any | Opacity, range 0.0-1.0 |
Methods
setOpacity
Set opacity
ts
setOpacity(value: any): voidtoJSON
Convert to JSON
ts
toJSON(): object