NASA World Wind WMS

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

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

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

Methods in gov.nasa.worldwind.servers.wms that return MapGenerator.ServiceInstance
 MapGenerator.ServiceInstance MapGenerator.getServiceInstance()
          Called by the WMS to return an instance of ServiceInstance to field a GetMap request.
 

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

Classes in gov.nasa.worldwind.servers.wms.generators that implement MapGenerator.ServiceInstance
 class EsatGenerator.EsatServiceInstance
           
 class RPFGenerator.RPFServiceInstance
           
 

Methods in gov.nasa.worldwind.servers.wms.generators that return MapGenerator.ServiceInstance
 MapGenerator.ServiceInstance RPFGenerator.getServiceInstance()
           
 MapGenerator.ServiceInstance EsatGenerator.getServiceInstance()
           
 MapGenerator.ServiceInstance BlueMarbleNG500MGenerator.getServiceInstance()
           
 


NASA World Wind WMS