Constructor
new GalleryWFSService(name, layerConfig)
Create the WFS service.
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
name |
string | Service name - data identifier, i.e., in catalog. | ||||||
layerConfig |
Object | Layer configuration - service part of the GalleryConfigLoader.
Properties
|
- Source:
Methods
init()
Initialize the WFS service.
- Source:
Returns:
Promise
loadLayerInformation(name, layerConfig)
Load layer information based on layer configuration, i.e., catalog.
Parameters:
Name | Type | Description |
---|---|---|
name |
string | Service name - data identifier in catalog. |
layerConfig |
Object | Layer configuration - service part of the GalleryConfigLoader. |
- Source:
Returns:
Promise containing layer information.
mapQueryParameters(params)
Map query parameters to WFS query parameters.
Parameters:
Name | Type | Description |
---|---|---|
params |
Object | Query parameters. |
- Source:
Returns:
Mapped query parameters.