| Package | Description |
|---|---|
| net.opengis.wcs.x11 | |
| net.opengis.wcs.x11.impl |
| Modifier and Type | Method and Description |
|---|---|
OutputType |
GetCoverageDocument.GetCoverage.addNewOutput()
Appends and returns a new empty "Output" element
|
OutputType |
GetCoverageDocument.GetCoverage.getOutput()
Gets the "Output" element
|
static OutputType |
OutputType.Factory.newInstance() |
static OutputType |
OutputType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(File file) |
static OutputType |
OutputType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(InputStream is) |
static OutputType |
OutputType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(Node node) |
static OutputType |
OutputType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(Reader r) |
static OutputType |
OutputType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(String xmlAsString) |
static OutputType |
OutputType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(URL u) |
static OutputType |
OutputType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OutputType |
OutputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OutputType |
OutputType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OutputType |
OutputType.Factory.parse(XMLStreamReader sr) |
static OutputType |
OutputType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetCoverageDocument.GetCoverage.setOutput(OutputType output)
Sets the "Output" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
OutputTypeImpl
An XML OutputType(@http://www.opengis.net/wcs/1.1).
|
| Modifier and Type | Method and Description |
|---|---|
OutputType |
GetCoverageDocumentImpl.GetCoverageImpl.addNewOutput()
Appends and returns a new empty "Output" element
|
OutputType |
GetCoverageDocumentImpl.GetCoverageImpl.getOutput()
Gets the "Output" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCoverageDocumentImpl.GetCoverageImpl.setOutput(OutputType output)
Sets the "Output" element
|
Copyright © 2017 52north.org. All rights reserved.