new GeoportalWMS(options)
Layers/LayerWMS.js, line 40
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | Object |
options for function call.
|
Example
var layerWMS = new ol.layer.GeoportalWMS({
layer : "ORTHOIMAGERY.ORTHOPHOTOS"
});
layerWMS.getLegends();
layerWMS.getMetadata();
layerWMS.getTitle();
layerWMS.getDescription();
layerWMS.getQuicklookUrl();
layerWMS.getOriginators();
Extends
- ol.layer.Tile
Methods
-
getConfiguration(){Object}
Layers/LayerWMS.js, line 169 -
Get configuration
-
getDescription(){String}
Layers/LayerWMS.js, line 193 -
Get description
-
getLegends(){Array}
Layers/LayerWMS.js, line 177 -
Get legends
-
getMetadata(){Array}
Layers/LayerWMS.js, line 185 -
Get metadata
-
getOriginators(){Array}
Layers/LayerWMS.js, line 217 -
Get originators
-
getQuicklookUrl(){String}
Layers/LayerWMS.js, line 209 -
Get quicklook url
-
getTitle(){String}
Layers/LayerWMS.js, line 201 -
Get title