| Package | Description |
|---|---|
| net.opengis.wfs.x20 | |
| net.opengis.wfs.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
EnvelopePropertyType |
SimpleFeatureCollectionType.addNewBoundedBy()
Appends and returns a new empty "boundedBy" element
|
EnvelopePropertyType |
BoundedByDocument.addNewBoundedBy()
Appends and returns a new empty "boundedBy" element
|
EnvelopePropertyType |
SimpleFeatureCollectionType.getBoundedBy()
Gets the "boundedBy" element
|
EnvelopePropertyType |
BoundedByDocument.getBoundedBy()
Gets the "boundedBy" element
|
static EnvelopePropertyType |
EnvelopePropertyType.Factory.newInstance() |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(File file) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(InputStream is) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(Node node) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(Reader r) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(String xmlAsString) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(URL u) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(XMLStreamReader sr) |
static EnvelopePropertyType |
EnvelopePropertyType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleFeatureCollectionType.setBoundedBy(EnvelopePropertyType boundedBy)
Sets the "boundedBy" element
|
void |
BoundedByDocument.setBoundedBy(EnvelopePropertyType boundedBy)
Sets the "boundedBy" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnvelopePropertyTypeImpl
An XML EnvelopePropertyType(@http://www.opengis.net/wfs/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
EnvelopePropertyType |
BoundedByDocumentImpl.addNewBoundedBy()
Appends and returns a new empty "boundedBy" element
|
EnvelopePropertyType |
SimpleFeatureCollectionTypeImpl.addNewBoundedBy()
Appends and returns a new empty "boundedBy" element
|
EnvelopePropertyType |
BoundedByDocumentImpl.getBoundedBy()
Gets the "boundedBy" element
|
EnvelopePropertyType |
SimpleFeatureCollectionTypeImpl.getBoundedBy()
Gets the "boundedBy" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoundedByDocumentImpl.setBoundedBy(EnvelopePropertyType boundedBy)
Sets the "boundedBy" element
|
void |
SimpleFeatureCollectionTypeImpl.setBoundedBy(EnvelopePropertyType boundedBy)
Sets the "boundedBy" element
|
Copyright © 2016 52north.org. All rights reserved.