| Package | Description |
|---|---|
| net.opengis.wms | |
| net.opengis.wms.impl |
| Modifier and Type | Method and Description |
|---|---|
OperationType |
RequestDocument.Request.addNewExtendedOperation()
Appends and returns a new empty value (as xml) as the last "_ExtendedOperation" element
|
OperationType |
ExtendedOperationDocument.addNewExtendedOperation()
Appends and returns a new empty "_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 |
RequestDocument.Request.addNewGetFeatureInfo()
Appends and returns a new empty "GetFeatureInfo" element
|
OperationType |
GetFeatureInfoDocument.addNewGetFeatureInfo()
Appends and returns a new empty "GetFeatureInfo" element
|
OperationType |
RequestDocument.Request.addNewGetMap()
Appends and returns a new empty "GetMap" element
|
OperationType |
GetMapDocument.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 |
RequestDocument.Request.getGetFeatureInfo()
Gets the "GetFeatureInfo" element
|
OperationType |
GetFeatureInfoDocument.getGetFeatureInfo()
Gets the "GetFeatureInfo" element
|
OperationType |
RequestDocument.Request.getGetMap()
Gets the "GetMap" element
|
OperationType |
GetMapDocument.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) |
| Modifier and Type | Method and Description |
|---|---|
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 |
RequestDocument.Request.setGetFeatureInfo(OperationType getFeatureInfo)
Sets the "GetFeatureInfo" element
|
void |
GetFeatureInfoDocument.setGetFeatureInfo(OperationType getFeatureInfo)
Sets the "GetFeatureInfo" element
|
void |
RequestDocument.Request.setGetMap(OperationType getMap)
Sets the "GetMap" element
|
void |
GetMapDocument.setGetMap(OperationType getMap)
Sets the "GetMap" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
OperationTypeImpl
An XML OperationType(@http://www.opengis.net/wms).
|
| Modifier and Type | Method and Description |
|---|---|
OperationType |
RequestDocumentImpl.RequestImpl.addNewExtendedOperation()
Appends and returns a new empty value (as xml) as the last "_ExtendedOperation" element
|
OperationType |
ExtendedOperationDocumentImpl.addNewExtendedOperation()
Appends and returns a new empty "_ExtendedOperation" element
|
OperationType |
RequestDocumentImpl.RequestImpl.addNewGetCapabilities()
Appends and returns a new empty "GetCapabilities" element
|
OperationType |
GetCapabilitiesDocumentImpl.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 |
RequestDocumentImpl.RequestImpl.getGetCapabilities()
Gets the "GetCapabilities" element
|
OperationType |
GetCapabilitiesDocumentImpl.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
|
| Modifier and Type | Method and Description |
|---|---|
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 |
RequestDocumentImpl.RequestImpl.setGetCapabilities(OperationType getCapabilities)
Sets the "GetCapabilities" element
|
void |
GetCapabilitiesDocumentImpl.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 © 2015 52north.org. All rights reserved.