| Package | Description |
|---|---|
| net.opengis.wfs.x20 | |
| net.opengis.wfs.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
FeatureTypeType |
FeatureTypeListType.addNewFeatureType()
Appends and returns a new empty value (as xml) as the last "FeatureType" element
|
FeatureTypeType[] |
FeatureTypeListType.getFeatureTypeArray()
Gets array of all "FeatureType" elements
|
FeatureTypeType |
FeatureTypeListType.getFeatureTypeArray(int i)
Gets ith "FeatureType" element
|
FeatureTypeType |
FeatureTypeListType.insertNewFeatureType(int i)
Inserts and returns a new empty value (as xml) as the ith "FeatureType" element
|
static FeatureTypeType |
FeatureTypeType.Factory.newInstance() |
static FeatureTypeType |
FeatureTypeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(File file) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(InputStream is) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(Node node) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(Reader r) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(String xmlAsString) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(URL u) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static FeatureTypeType |
FeatureTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static FeatureTypeType |
FeatureTypeType.Factory.parse(XMLStreamReader sr) |
static FeatureTypeType |
FeatureTypeType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureTypeListType.setFeatureTypeArray(FeatureTypeType[] featureTypeArray)
Sets array of all "FeatureType" element
|
void |
FeatureTypeListType.setFeatureTypeArray(int i,
FeatureTypeType featureType)
Sets ith "FeatureType" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureTypeTypeImpl
An XML FeatureTypeType(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
FeatureTypeType |
FeatureTypeListTypeImpl.addNewFeatureType()
Appends and returns a new empty value (as xml) as the last "FeatureType" element
|
FeatureTypeType[] |
FeatureTypeListTypeImpl.getFeatureTypeArray()
Gets array of all "FeatureType" elements
|
FeatureTypeType |
FeatureTypeListTypeImpl.getFeatureTypeArray(int i)
Gets ith "FeatureType" element
|
FeatureTypeType |
FeatureTypeListTypeImpl.insertNewFeatureType(int i)
Inserts and returns a new empty value (as xml) as the ith "FeatureType" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureTypeListTypeImpl.setFeatureTypeArray(FeatureTypeType[] featureTypeArray)
Sets array of all "FeatureType" element
|
void |
FeatureTypeListTypeImpl.setFeatureTypeArray(int i,
FeatureTypeType featureType)
Sets ith "FeatureType" element
|
Copyright © 2016 52north.org. All rights reserved.