| Package | Description |
|---|---|
| net.opengis.waterml.x20 | |
| net.opengis.waterml.x20.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoricalTimeseriesType
An XML CategoricalTimeseriesType(@http://www.opengis.net/waterml/2.0).
|
interface |
MeasurementTimeseriesType
An XML MeasurementTimeseriesType(@http://www.opengis.net/waterml/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
TimeseriesType |
TimeseriesPropertyType.addNewTimeseries()
Appends and returns a new empty "Timeseries" element
|
TimeseriesType |
TimeseriesDocument.addNewTimeseries()
Appends and returns a new empty "Timeseries" element
|
TimeseriesType |
TimeseriesPropertyType.getTimeseries()
Gets the "Timeseries" element
|
TimeseriesType |
TimeseriesDocument.getTimeseries()
Gets the "Timeseries" element
|
static TimeseriesType |
TimeseriesType.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static TimeseriesType |
TimeseriesType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static TimeseriesType |
TimeseriesType.Factory.parse(File file) |
static TimeseriesType |
TimeseriesType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TimeseriesType |
TimeseriesType.Factory.parse(InputStream is) |
static TimeseriesType |
TimeseriesType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TimeseriesType |
TimeseriesType.Factory.parse(Node node) |
static TimeseriesType |
TimeseriesType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TimeseriesType |
TimeseriesType.Factory.parse(Reader r) |
static TimeseriesType |
TimeseriesType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TimeseriesType |
TimeseriesType.Factory.parse(String xmlAsString) |
static TimeseriesType |
TimeseriesType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TimeseriesType |
TimeseriesType.Factory.parse(URL u) |
static TimeseriesType |
TimeseriesType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TimeseriesType |
TimeseriesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TimeseriesType |
TimeseriesType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TimeseriesType |
TimeseriesType.Factory.parse(XMLStreamReader sr) |
static TimeseriesType |
TimeseriesType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeseriesPropertyType.setTimeseries(TimeseriesType timeseries)
Sets the "Timeseries" element
|
void |
TimeseriesDocument.setTimeseries(TimeseriesType timeseries)
Sets the "Timeseries" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoricalTimeseriesTypeImpl
An XML CategoricalTimeseriesType(@http://www.opengis.net/waterml/2.0).
|
class |
MeasurementTimeseriesTypeImpl
An XML MeasurementTimeseriesType(@http://www.opengis.net/waterml/2.0).
|
class |
TimeseriesTypeImpl
An XML TimeseriesType(@http://www.opengis.net/waterml/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
TimeseriesType |
TimeseriesPropertyTypeImpl.addNewTimeseries()
Appends and returns a new empty "Timeseries" element
|
TimeseriesType |
TimeseriesDocumentImpl.addNewTimeseries()
Appends and returns a new empty "Timeseries" element
|
TimeseriesType |
TimeseriesPropertyTypeImpl.getTimeseries()
Gets the "Timeseries" element
|
TimeseriesType |
TimeseriesDocumentImpl.getTimeseries()
Gets the "Timeseries" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeseriesPropertyTypeImpl.setTimeseries(TimeseriesType timeseries)
Sets the "Timeseries" element
|
void |
TimeseriesDocumentImpl.setTimeseries(TimeseriesType timeseries)
Sets the "Timeseries" element
|
Copyright © 2017 52north.org. All rights reserved.