public interface WebMapService
| Modifier and Type | Method and Description |
|---|---|
FLayer |
createLayer(DataStoreParameters params)
creates the layer to be shown
|
java.lang.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
|
java.lang.String getLabel()
Component getParametersPanel()
DataStoreParameters getParameters() throws InitializeException, ProviderNotRegisteredException
parametersPanel - InitializeExceptionProviderNotRegisteredExceptionFLayer createLayer(DataStoreParameters params)
params - boolean isValid()
throws WebMapInvalidParamsException
parametersPanel - WebMapInvalidParamsExceptionvoid setMapCtrl(MapControl mapControl)
mapControl -