NASA World Wind WMS

Uses of Class
gov.nasa.worldwind.servers.wms.xml.Request

Packages that use Request
gov.nasa.worldwind.servers.wms.xml   
 

Uses of Request in gov.nasa.worldwind.servers.wms.xml
 

Fields in gov.nasa.worldwind.servers.wms.xml declared as Request
protected  Request Capability.request
           
 

Methods in gov.nasa.worldwind.servers.wms.xml that return Request
 Request ObjectFactory.createRequest()
          Create an instance of Request
 Request Capability.getRequest()
          Gets the value of the request property.
 

Methods in gov.nasa.worldwind.servers.wms.xml with parameters of type Request
 void Capability.setRequest(Request value)
          Sets the value of the request property.
 


NASA World Wind WMS