gov.nasa.worldwind.servers.wms
Class SimpleMapRegistry
java.lang.Object
gov.nasa.worldwind.servers.wms.SimpleMapRegistry
- All Implemented Interfaces:
- MapRegistry
public class SimpleMapRegistry
- extends Object
- implements MapRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleMapRegistry
public SimpleMapRegistry()
addMapSource
public void addMapSource(MapSource mapSource)
- Specified by:
addMapSource
in interface MapRegistry
addNamedMapSource
public void addNamedMapSource(MapSource mapSource)
- Specified by:
addNamedMapSource
in interface MapRegistry
doesNamedMapSourceExist
public boolean doesNamedMapSourceExist(String name)
- Specified by:
doesNamedMapSourceExist
in interface MapRegistry
getAllMapSources
public Iterator<MapSource> getAllMapSources()
- Specified by:
getAllMapSources
in interface MapRegistry
getMapNames
public Iterator<String> getMapNames()
- Specified by:
getMapNames
in interface MapRegistry
getNamedMapSource
public MapSource getNamedMapSource(String name)
- Specified by:
getNamedMapSource
in interface MapRegistry