new GeoportalWFS(options)
Layers/LayerWFS.js, line 61
Name | Type | Description | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options | Object |
options for function call.
|
Example
var layerWFS = new ol.layer.GeoportalWFS({
layer : "BDTOPO_V3:batiment",
maxFeatures: 500,
olParams : {
minZoom: 15,
maxZoom: 21,
style: new ol.style.Style(...),
sourceParams: {}
}
});
layerWFS.getLegends();
layerWFS.getMetadata();
layerWFS.getTitle();
layerWFS.getDescription();
layerWFS.getQuicklookUrl();
layerWFS.getOriginators();
Extends
- ol.layer.Vector
Methods
-
getConfiguration(){Object}
Layers/LayerWFS.js, line 156 -
Get configuration
-
getDescription(){String}
Layers/LayerWFS.js, line 180 -
Get description
-
getLegends(){Array}
Layers/LayerWFS.js, line 164 -
Get legends
-
getMetadata(){Array}
Layers/LayerWFS.js, line 172 -
Get metadata
-
getOriginators(){Array}
Layers/LayerWFS.js, line 204 -
Get originators
-
getQuicklookUrl(){String}
Layers/LayerWFS.js, line 196 -
Get quicklook url
-
getTitle(){String}
Layers/LayerWFS.js, line 188 -
Get title