| Package | Description |
|---|---|
| net.opengis.wfs.x20 | |
| net.opengis.wfs.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
OutputFormatListType |
FeatureTypeType.addNewOutputFormats()
Appends and returns a new empty "OutputFormats" element
|
OutputFormatListType |
FeatureTypeType.getOutputFormats()
Gets the "OutputFormats" element
|
static OutputFormatListType |
OutputFormatListType.Factory.newInstance() |
static OutputFormatListType |
OutputFormatListType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(File file) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(InputStream is) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(Node node) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(Reader r) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(String xmlAsString) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(URL u) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OutputFormatListType |
OutputFormatListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OutputFormatListType |
OutputFormatListType.Factory.parse(XMLStreamReader sr) |
static OutputFormatListType |
OutputFormatListType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureTypeType.setOutputFormats(OutputFormatListType outputFormats)
Sets the "OutputFormats" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
OutputFormatListTypeImpl
An XML OutputFormatListType(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
OutputFormatListType |
FeatureTypeTypeImpl.addNewOutputFormats()
Appends and returns a new empty "OutputFormats" element
|
OutputFormatListType |
FeatureTypeTypeImpl.getOutputFormats()
Gets the "OutputFormats" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureTypeTypeImpl.setOutputFormats(OutputFormatListType outputFormats)
Sets the "OutputFormats" element
|
Copyright © 2016 52north.org. All rights reserved.