NASA World Wind WMS

Uses of Interface
gov.nasa.worldwind.servers.wms.MapGenerator

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

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

Methods in gov.nasa.worldwind.servers.wms that return MapGenerator
 MapGenerator MapSource.getMapGenerator()
           
 

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

Classes in gov.nasa.worldwind.servers.wms.generators that implement MapGenerator
 class BlueMarbleNG500MGenerator
          A MapGenerator implementation for serving high-resolution images from NASA's Blue Marble, Next-Generation image series.
 class EsatGenerator
          A MapGenerator implementation that serves a collection of Landsat imagery.
 class RPFGenerator
          A concrete implementation of MapGenerator that serves RPF dataseries (e.g., CADRG, CIB, etc.).
 


NASA World Wind WMS