NASA World Wind WMS

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

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

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

Fields in gov.nasa.worldwind.servers.wms.xml declared as OperationType
protected  OperationType Request.getCapabilities
           
protected  OperationType Request.getFeatureInfo
           
protected  OperationType Request.getMap
           
 

Fields in gov.nasa.worldwind.servers.wms.xml with type parameters of type OperationType
protected  List<OperationType> Request.extendedOperation
           
 

Methods in gov.nasa.worldwind.servers.wms.xml that return OperationType
 OperationType ObjectFactory.createOperationType()
          Create an instance of OperationType
 OperationType Request.getGetCapabilities()
          Gets the value of the getCapabilities property.
 OperationType Request.getGetFeatureInfo()
          Gets the value of the getFeatureInfo property.
 OperationType Request.getGetMap()
          Gets the value of the getMap property.
 

Methods in gov.nasa.worldwind.servers.wms.xml that return types with arguments of type OperationType
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createExtendedOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createGetCapabilities(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createGetFeatureInfo(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createGetMap(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 List<OperationType> Request.getExtendedOperation()
          Gets the value of the extendedOperation property.
 

Methods in gov.nasa.worldwind.servers.wms.xml with parameters of type OperationType
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createExtendedOperation(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createGetCapabilities(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createGetFeatureInfo(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 javax.xml.bind.JAXBElement<OperationType> ObjectFactory.createGetMap(OperationType value)
          Create an instance of JAXBElement<OperationType>}
 void Request.setGetCapabilities(OperationType value)
          Sets the value of the getCapabilities property.
 void Request.setGetFeatureInfo(OperationType value)
          Sets the value of the getFeatureInfo property.
 void Request.setGetMap(OperationType value)
          Sets the value of the getMap property.
 


NASA World Wind WMS