Uses of Interface
net.opengis.wms.OperationType

Packages that use OperationType
net.opengis.wms   
net.opengis.wms.impl   
 

Uses of OperationType in net.opengis.wms
 

Methods in net.opengis.wms that return OperationType
 OperationType ExtendedOperationDocument.addNewExtendedOperation()
          Appends and returns a new empty "_ExtendedOperation" element
 OperationType RequestDocument.Request.addNewExtendedOperation()
          Appends and returns a new empty value (as xml) as the last "_ExtendedOperation" element
 OperationType RequestDocument.Request.addNewGetCapabilities()
          Appends and returns a new empty "GetCapabilities" element
 OperationType GetCapabilitiesDocument.addNewGetCapabilities()
          Appends and returns a new empty "GetCapabilities" element
 OperationType GetFeatureInfoDocument.addNewGetFeatureInfo()
          Appends and returns a new empty "GetFeatureInfo" element
 OperationType RequestDocument.Request.addNewGetFeatureInfo()
          Appends and returns a new empty "GetFeatureInfo" element
 OperationType GetMapDocument.addNewGetMap()
          Appends and returns a new empty "GetMap" element
 OperationType RequestDocument.Request.addNewGetMap()
          Appends and returns a new empty "GetMap" element
 OperationType ExtendedOperationDocument.getExtendedOperation()
          Gets the "_ExtendedOperation" element
 OperationType[] RequestDocument.Request.getExtendedOperationArray()
          Gets array of all "_ExtendedOperation" elements
 OperationType RequestDocument.Request.getExtendedOperationArray(int i)
          Gets ith "_ExtendedOperation" element
 OperationType RequestDocument.Request.getGetCapabilities()
          Gets the "GetCapabilities" element
 OperationType GetCapabilitiesDocument.getGetCapabilities()
          Gets the "GetCapabilities" element
 OperationType GetFeatureInfoDocument.getGetFeatureInfo()
          Gets the "GetFeatureInfo" element
 OperationType RequestDocument.Request.getGetFeatureInfo()
          Gets the "GetFeatureInfo" element
 OperationType GetMapDocument.getGetMap()
          Gets the "GetMap" element
 OperationType RequestDocument.Request.getGetMap()
          Gets the "GetMap" element
 OperationType RequestDocument.Request.insertNewExtendedOperation(int i)
          Inserts and returns a new empty value (as xml) as the ith "_ExtendedOperation" element
static OperationType OperationType.Factory.newInstance()
           
static OperationType OperationType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static OperationType OperationType.Factory.parse(File file)
           
static OperationType OperationType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static OperationType OperationType.Factory.parse(InputStream is)
           
static OperationType OperationType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static OperationType OperationType.Factory.parse(Node node)
           
static OperationType OperationType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static OperationType OperationType.Factory.parse(Reader r)
           
static OperationType OperationType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static OperationType OperationType.Factory.parse(String xmlAsString)
           
static OperationType OperationType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static OperationType OperationType.Factory.parse(URL u)
           
static OperationType OperationType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static OperationType OperationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static OperationType OperationType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static OperationType OperationType.Factory.parse(XMLStreamReader sr)
           
static OperationType OperationType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.wms with parameters of type OperationType
 void ExtendedOperationDocument.setExtendedOperation(OperationType extendedOperation)
          Sets the "_ExtendedOperation" element
 void RequestDocument.Request.setExtendedOperationArray(int i, OperationType extendedOperation)
          Sets ith "_ExtendedOperation" element
 void RequestDocument.Request.setExtendedOperationArray(OperationType[] extendedOperationArray)
          Sets array of all "_ExtendedOperation" element
 void RequestDocument.Request.setGetCapabilities(OperationType getCapabilities)
          Sets the "GetCapabilities" element
 void GetCapabilitiesDocument.setGetCapabilities(OperationType getCapabilities)
          Sets the "GetCapabilities" element
 void GetFeatureInfoDocument.setGetFeatureInfo(OperationType getFeatureInfo)
          Sets the "GetFeatureInfo" element
 void RequestDocument.Request.setGetFeatureInfo(OperationType getFeatureInfo)
          Sets the "GetFeatureInfo" element
 void GetMapDocument.setGetMap(OperationType getMap)
          Sets the "GetMap" element
 void RequestDocument.Request.setGetMap(OperationType getMap)
          Sets the "GetMap" element
 

Uses of OperationType in net.opengis.wms.impl
 

Classes in net.opengis.wms.impl that implement OperationType
 class OperationTypeImpl
          An XML OperationType(@http://www.opengis.net/wms).
 

Methods in net.opengis.wms.impl that return OperationType
 OperationType ExtendedOperationDocumentImpl.addNewExtendedOperation()
          Appends and returns a new empty "_ExtendedOperation" element
 OperationType RequestDocumentImpl.RequestImpl.addNewExtendedOperation()
          Appends and returns a new empty value (as xml) as the last "_ExtendedOperation" element
 OperationType GetCapabilitiesDocumentImpl.addNewGetCapabilities()
          Appends and returns a new empty "GetCapabilities" element
 OperationType RequestDocumentImpl.RequestImpl.addNewGetCapabilities()
          Appends and returns a new empty "GetCapabilities" element
 OperationType RequestDocumentImpl.RequestImpl.addNewGetFeatureInfo()
          Appends and returns a new empty "GetFeatureInfo" element
 OperationType GetFeatureInfoDocumentImpl.addNewGetFeatureInfo()
          Appends and returns a new empty "GetFeatureInfo" element
 OperationType GetMapDocumentImpl.addNewGetMap()
          Appends and returns a new empty "GetMap" element
 OperationType RequestDocumentImpl.RequestImpl.addNewGetMap()
          Appends and returns a new empty "GetMap" element
 OperationType ExtendedOperationDocumentImpl.getExtendedOperation()
          Gets the "_ExtendedOperation" element
 OperationType[] RequestDocumentImpl.RequestImpl.getExtendedOperationArray()
          Gets array of all "_ExtendedOperation" elements
 OperationType RequestDocumentImpl.RequestImpl.getExtendedOperationArray(int i)
          Gets ith "_ExtendedOperation" element
 OperationType GetCapabilitiesDocumentImpl.getGetCapabilities()
          Gets the "GetCapabilities" element
 OperationType RequestDocumentImpl.RequestImpl.getGetCapabilities()
          Gets the "GetCapabilities" element
 OperationType RequestDocumentImpl.RequestImpl.getGetFeatureInfo()
          Gets the "GetFeatureInfo" element
 OperationType GetFeatureInfoDocumentImpl.getGetFeatureInfo()
          Gets the "GetFeatureInfo" element
 OperationType GetMapDocumentImpl.getGetMap()
          Gets the "GetMap" element
 OperationType RequestDocumentImpl.RequestImpl.getGetMap()
          Gets the "GetMap" element
 OperationType RequestDocumentImpl.RequestImpl.insertNewExtendedOperation(int i)
          Inserts and returns a new empty value (as xml) as the ith "_ExtendedOperation" element
 

Methods in net.opengis.wms.impl with parameters of type OperationType
 void ExtendedOperationDocumentImpl.setExtendedOperation(OperationType extendedOperation)
          Sets the "_ExtendedOperation" element
 void RequestDocumentImpl.RequestImpl.setExtendedOperationArray(int i, OperationType extendedOperation)
          Sets ith "_ExtendedOperation" element
 void RequestDocumentImpl.RequestImpl.setExtendedOperationArray(OperationType[] extendedOperationArray)
          Sets array of all "_ExtendedOperation" element
 void GetCapabilitiesDocumentImpl.setGetCapabilities(OperationType getCapabilities)
          Sets the "GetCapabilities" element
 void RequestDocumentImpl.RequestImpl.setGetCapabilities(OperationType getCapabilities)
          Sets the "GetCapabilities" element
 void RequestDocumentImpl.RequestImpl.setGetFeatureInfo(OperationType getFeatureInfo)
          Sets the "GetFeatureInfo" element
 void GetFeatureInfoDocumentImpl.setGetFeatureInfo(OperationType getFeatureInfo)
          Sets the "GetFeatureInfo" element
 void GetMapDocumentImpl.setGetMap(OperationType getMap)
          Sets the "GetMap" element
 void RequestDocumentImpl.RequestImpl.setGetMap(OperationType getMap)
          Sets the "GetMap" element
 



Copyright © 2004-2013 52north.org. All Rights Reserved.