| Package | Description |
|---|---|
| net.opengis.om.x10 | |
| net.opengis.om.x10.impl |
| Modifier and Type | Method and Description |
|---|---|
ObservationCollectionType |
ObservationCollectionDocument.addNewObservationCollection()
Appends and returns a new empty "ObservationCollection" element
|
ObservationCollectionType |
ObservationCollectionDocument.getObservationCollection()
Gets the "ObservationCollection" element
|
static ObservationCollectionType |
ObservationCollectionType.Factory.newInstance() |
static ObservationCollectionType |
ObservationCollectionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(File file) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(InputStream is) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(Node node) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(Reader r) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(String xmlAsString) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(URL u) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(XMLStreamReader sr) |
static ObservationCollectionType |
ObservationCollectionType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationCollectionDocument.setObservationCollection(ObservationCollectionType observationCollection)
Sets the "ObservationCollection" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObservationCollectionTypeImpl
An XML ObservationCollectionType(@http://www.opengis.net/om/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
ObservationCollectionType |
ObservationCollectionDocumentImpl.addNewObservationCollection()
Appends and returns a new empty "ObservationCollection" element
|
ObservationCollectionType |
ObservationCollectionDocumentImpl.getObservationCollection()
Gets the "ObservationCollection" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationCollectionDocumentImpl.setObservationCollection(ObservationCollectionType observationCollection)
Sets the "ObservationCollection" element
|
Copyright © 2018 52north.org. All rights reserved.