public class BingMapsService extends java.lang.Object implements WebMapService
| Constructor and Description |
|---|
BingMapsService()
Default Constructor
|
| 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
|
public java.lang.String getLabel()
WebMapServicegetLabel in interface WebMapServicepublic Component getParametersPanel()
WebMapServicegetParametersPanel in interface WebMapServicepublic FLayer createLayer(DataStoreParameters params)
WebMapServicecreateLayer in interface WebMapServicepublic DataStoreParameters getParameters() throws InitializeException, ProviderNotRegisteredException
WebMapServicegetParameters in interface WebMapServiceInitializeExceptionProviderNotRegisteredExceptionpublic boolean isValid()
throws WebMapInvalidParamsException
WebMapServiceisValid in interface WebMapServiceWebMapInvalidParamsExceptionpublic void setMapCtrl(MapControl mapControl)
WebMapServicesetMapCtrl in interface WebMapService