NASA World Wind WMS

gov.nasa.worldwind.servers.wms
Class SimpleMapRegistry

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.SimpleMapRegistry
All Implemented Interfaces:
MapRegistry

public class SimpleMapRegistry
extends Object
implements MapRegistry


Constructor Summary
SimpleMapRegistry()
           
 
Method Summary
 void addMapSource(MapSource mapSource)
           
 void addNamedMapSource(MapSource mapSource)
           
 boolean doesNamedMapSourceExist(String name)
           
 Iterator<MapSource> getAllMapSources()
           
 Iterator<String> getMapNames()
           
 MapSource getNamedMapSource(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMapRegistry

public SimpleMapRegistry()
Method Detail

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

NASA World Wind WMS