public class DefaultWebMapManager extends Object implements WebMapManager
| Constructor and Description |
|---|
DefaultWebMapManager()
Creates the manager
|
| Modifier and Type | Method and Description |
|---|---|
List<WebMapServiceFactory> |
getServices()
Returns a list with the registered WebMapServiceFactories
|
void |
registerService(WebMapServiceFactory factory)
Register a WebMapServiceFactory to be used
|
public void registerService(WebMapServiceFactory factory)
WebMapManagerregisterService in interface WebMapManagerpublic List<WebMapServiceFactory> getServices()
WebMapManagergetServices in interface WebMapManager