NASA World Wind WMS

Uses of Class
gov.nasa.worldwind.servers.wms.MapSource

Packages that use MapSource
gov.nasa.worldwind.servers.wms   
gov.nasa.worldwind.servers.wms.generators   
 

Uses of MapSource in gov.nasa.worldwind.servers.wms
 

Methods in gov.nasa.worldwind.servers.wms that return MapSource
 MapSource SimpleMapRegistry.getNamedMapSource(String name)
           
 MapSource MapRegistry.getNamedMapSource(String name)
           
 

Methods in gov.nasa.worldwind.servers.wms that return types with arguments of type MapSource
 Iterator<MapSource> SimpleMapRegistry.getAllMapSources()
           
 Iterator<MapSource> MapRegistry.getAllMapSources()
           
 Iterator<MapSource> MapSource.getChildren()
           
 Set<MapSource> Configuration.getMapSources()
           
 

Methods in gov.nasa.worldwind.servers.wms with parameters of type MapSource
 void MapSource.addChild(MapSource ms)
           
 void SimpleMapRegistry.addMapSource(MapSource mapSource)
           
 void MapRegistry.addMapSource(MapSource mapSource)
           
 void SimpleMapRegistry.addNamedMapSource(MapSource mapSource)
           
 void MapRegistry.addNamedMapSource(MapSource mapSource)
           
 boolean MapGenerator.initialize(MapSource mapSource)
          Gives the MapGenerator implementation an opportunity to perform any needed initialization, prior to fielding GetMap requests.
 void WMSServer.registerAndInitMapSources(MapSource mapSrc)
           
 

Constructors in gov.nasa.worldwind.servers.wms with parameters of type MapSource
MapSource(MapSource parent, String name, String title, String rootDir, Class serviceClass, String description, String keywords, Properties properties)
           
 

Uses of MapSource in gov.nasa.worldwind.servers.wms.generators
 

Methods in gov.nasa.worldwind.servers.wms.generators with parameters of type MapSource
 boolean RPFGenerator.initialize(MapSource mapSource)
           
 boolean EsatGenerator.initialize(MapSource mapSource)
           
 boolean BlueMarbleNG500MGenerator.initialize(MapSource mapSource)
           
 


NASA World Wind WMS