Appearance
WmsByPostLayer (WMS Service Layer with POST Request)
Layer for loading WMS services via POST request.
Constructor
ts
new ge3d.object.WmsByPostLayer(options: any): WmsByPostLayerParameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| url | Cesium.Resource/String | - | WMS service URL |
| layers | String | - | Layers to include, separated by commas |
| parameters | Object | - | Additional parameters to pass to WMS service GetMap request in URL |
| crs | String | - | CRS specification |
| srs | String | - | SRS specification |
| maxLength | Number | 5000 | Maximum length of data obtained by clicking |
| highlight | Object | - | Vector data and its style highlighted by mouse click |
Properties
| Property | Type | Description |
|---|---|---|
| id | any | Object id identifier |
| show | any | Show/hide state |
| opacity | any | Opacity |
Methods
setOpacity
Set opacity
ts
setOpacity(value: any): void