| Package | Description |
|---|---|
| net.opengis.wps.x20 | |
| net.opengis.wps.x20.impl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BoundingBoxDataDocument.BoundingBoxData
An XML BoundingBoxData(@http://www.opengis.net/wps/2.0).
|
interface |
ComplexDataType
An XML ComplexDataType(@http://www.opengis.net/wps/2.0).
|
interface |
LiteralDataType
An XML LiteralDataType(@http://www.opengis.net/wps/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
DataDescriptionType |
DataDescriptionDocument.addNewDataDescription()
Appends and returns a new empty "DataDescription" element
|
DataDescriptionType |
OutputDescriptionType.addNewDataDescription()
Appends and returns a new empty "DataDescription" element
|
DataDescriptionType |
InputDescriptionType.addNewDataDescription()
Appends and returns a new empty "DataDescription" element
|
DataDescriptionType |
DataDescriptionDocument.getDataDescription()
Gets the "DataDescription" element
|
DataDescriptionType |
OutputDescriptionType.getDataDescription()
Gets the "DataDescription" element
|
DataDescriptionType |
InputDescriptionType.getDataDescription()
Gets the "DataDescription" element
|
static DataDescriptionType |
DataDescriptionType.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static DataDescriptionType |
DataDescriptionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static DataDescriptionType |
DataDescriptionType.Factory.parse(File file) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(InputStream is) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(Node node) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(Reader r) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(String xmlAsString) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(URL u) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static DataDescriptionType |
DataDescriptionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static DataDescriptionType |
DataDescriptionType.Factory.parse(XMLStreamReader sr) |
static DataDescriptionType |
DataDescriptionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataDescriptionDocument.setDataDescription(DataDescriptionType dataDescription)
Sets the "DataDescription" element
|
void |
OutputDescriptionType.setDataDescription(DataDescriptionType dataDescription)
Sets the "DataDescription" element
|
void |
InputDescriptionType.setDataDescription(DataDescriptionType dataDescription)
Sets the "DataDescription" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BoundingBoxDataDocumentImpl.BoundingBoxDataImpl
An XML BoundingBoxData(@http://www.opengis.net/wps/2.0).
|
class |
ComplexDataTypeImpl
An XML ComplexDataType(@http://www.opengis.net/wps/2.0).
|
class |
DataDescriptionTypeImpl
An XML DataDescriptionType(@http://www.opengis.net/wps/2.0).
|
class |
LiteralDataTypeImpl
An XML LiteralDataType(@http://www.opengis.net/wps/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
DataDescriptionType |
InputDescriptionTypeImpl.addNewDataDescription()
Appends and returns a new empty "DataDescription" element
|
DataDescriptionType |
OutputDescriptionTypeImpl.addNewDataDescription()
Appends and returns a new empty "DataDescription" element
|
DataDescriptionType |
DataDescriptionDocumentImpl.addNewDataDescription()
Appends and returns a new empty "DataDescription" element
|
DataDescriptionType |
InputDescriptionTypeImpl.getDataDescription()
Gets the "DataDescription" element
|
DataDescriptionType |
OutputDescriptionTypeImpl.getDataDescription()
Gets the "DataDescription" element
|
DataDescriptionType |
DataDescriptionDocumentImpl.getDataDescription()
Gets the "DataDescription" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputDescriptionTypeImpl.setDataDescription(DataDescriptionType dataDescription)
Sets the "DataDescription" element
|
void |
OutputDescriptionTypeImpl.setDataDescription(DataDescriptionType dataDescription)
Sets the "DataDescription" element
|
void |
DataDescriptionDocumentImpl.setDataDescription(DataDescriptionType dataDescription)
Sets the "DataDescription" element
|
Copyright © 2015–2018 52north.org. All rights reserved.