public interface WebMapService
Modifier and Type | Method and Description |
---|---|
FLayer |
createLayer(DataStoreParameters params)
creates the layer to be shown
|
String |
getLabel()
Label to identify service
|
DataStoreParameters |
getParameters()
extracts panel parameters to create data store
|
Component |
getParametersPanel()
Componente to require parameters to user and to be added to webmaps tab
|
boolean |
isValid()
Validates panel parameters
|
void |
setMapCtrl(MapControl mapControl)
Sets the mapControl
|
String getLabel()
Component getParametersPanel()
DataStoreParameters getParameters() throws InitializeException, ProviderNotRegisteredException
parametersPanel
- InitializeException
ProviderNotRegisteredException
FLayer createLayer(DataStoreParameters params)
params
- boolean isValid() throws WebMapInvalidParamsException
parametersPanel
- WebMapInvalidParamsException
void setMapCtrl(MapControl mapControl)
mapControl
-