public class DefaultWebMapManager extends java.lang.Object implements WebMapManager
| Constructor and Description |
|---|
DefaultWebMapManager()
Creates the manager
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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 java.util.List<WebMapServiceFactory> getServices()
WebMapManagergetServices in interface WebMapManager