| Package | Description |
|---|---|
| net.opengis.wfs.x20 | |
| net.opengis.wfs.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
CreatedOrModifiedFeatureType |
ActionResultsType.addNewFeature()
Appends and returns a new empty value (as xml) as the last "Feature" element
|
CreatedOrModifiedFeatureType[] |
ActionResultsType.getFeatureArray()
Gets array of all "Feature" elements
|
CreatedOrModifiedFeatureType |
ActionResultsType.getFeatureArray(int i)
Gets ith "Feature" element
|
CreatedOrModifiedFeatureType |
ActionResultsType.insertNewFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "Feature" element
|
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.newInstance() |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(File file) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(InputStream is) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(Node node) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(Reader r) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(String xmlAsString) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(URL u) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(XMLStreamReader sr) |
static CreatedOrModifiedFeatureType |
CreatedOrModifiedFeatureType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionResultsType.setFeatureArray(CreatedOrModifiedFeatureType[] featureArray)
Sets array of all "Feature" element
|
void |
ActionResultsType.setFeatureArray(int i,
CreatedOrModifiedFeatureType feature)
Sets ith "Feature" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreatedOrModifiedFeatureTypeImpl
An XML CreatedOrModifiedFeatureType(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
CreatedOrModifiedFeatureType |
ActionResultsTypeImpl.addNewFeature()
Appends and returns a new empty value (as xml) as the last "Feature" element
|
CreatedOrModifiedFeatureType[] |
ActionResultsTypeImpl.getFeatureArray()
Gets array of all "Feature" elements
|
CreatedOrModifiedFeatureType |
ActionResultsTypeImpl.getFeatureArray(int i)
Gets ith "Feature" element
|
CreatedOrModifiedFeatureType |
ActionResultsTypeImpl.insertNewFeature(int i)
Inserts and returns a new empty value (as xml) as the ith "Feature" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionResultsTypeImpl.setFeatureArray(CreatedOrModifiedFeatureType[] featureArray)
Sets array of all "Feature" element
|
void |
ActionResultsTypeImpl.setFeatureArray(int i,
CreatedOrModifiedFeatureType feature)
Sets ith "Feature" element
|
Copyright © 2016 52north.org. All rights reserved.