public class MapProxyConfiguration extends Object
Constructor and Description |
---|
MapProxyConfiguration() |
Modifier and Type | Method and Description |
---|---|
Map<String,Cache> |
getCaches() |
Globals |
getGlobals() |
Map<String,Grid> |
getGrids() |
List<Layer> |
getLayers() |
Map<String,Service> |
getServices() |
Map<String,Source> |
getSources() |
void |
setCaches(Map<String,Cache> caches) |
void |
setGlobals(Globals global) |
void |
setGrids(Map<String,Grid> grids) |
void |
setLayers(List<Layer> layers) |
void |
setServices(Map<String,Service> service) |
void |
setSources(Map<String,Source> sources) |