| Package | Description |
|---|---|
| net.opengis.om.x10 | |
| net.opengis.om.x10.impl |
| Modifier and Type | Method and Description |
|---|---|
MeasurementType |
MeasurementDocument.addNewMeasurement()
Appends and returns a new empty "Measurement" element
|
MeasurementType |
MeasurementDocument.getMeasurement()
Gets the "Measurement" element
|
static MeasurementType |
MeasurementType.Factory.newInstance() |
static MeasurementType |
MeasurementType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static MeasurementType |
MeasurementType.Factory.parse(File file) |
static MeasurementType |
MeasurementType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static MeasurementType |
MeasurementType.Factory.parse(InputStream is) |
static MeasurementType |
MeasurementType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static MeasurementType |
MeasurementType.Factory.parse(Node node) |
static MeasurementType |
MeasurementType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static MeasurementType |
MeasurementType.Factory.parse(Reader r) |
static MeasurementType |
MeasurementType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static MeasurementType |
MeasurementType.Factory.parse(String xmlAsString) |
static MeasurementType |
MeasurementType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static MeasurementType |
MeasurementType.Factory.parse(URL u) |
static MeasurementType |
MeasurementType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static MeasurementType |
MeasurementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static MeasurementType |
MeasurementType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static MeasurementType |
MeasurementType.Factory.parse(XMLStreamReader sr) |
static MeasurementType |
MeasurementType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
MeasurementDocument.setMeasurement(MeasurementType measurement)
Sets the "Measurement" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
MeasurementTypeImpl
An XML MeasurementType(@http://www.opengis.net/om/1.0).
|
| Modifier and Type | Method and Description |
|---|---|
MeasurementType |
MeasurementDocumentImpl.addNewMeasurement()
Appends and returns a new empty "Measurement" element
|
MeasurementType |
MeasurementDocumentImpl.getMeasurement()
Gets the "Measurement" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasurementDocumentImpl.setMeasurement(MeasurementType measurement)
Sets the "Measurement" element
|
Copyright © 2016 52north.org. All rights reserved.