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