| Package | Description |
|---|---|
| net.opengis.waterml.x20 | |
| net.opengis.waterml.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
CategoricalTimeseriesType.Point |
CategoricalTimeseriesType.addNewPoint()
Appends and returns a new empty value (as xml) as the last "point" element
|
CategoricalTimeseriesType.Point[] |
CategoricalTimeseriesType.getPointArray()
Gets array of all "point" elements
|
CategoricalTimeseriesType.Point |
CategoricalTimeseriesType.getPointArray(int i)
Gets ith "point" element
|
CategoricalTimeseriesType.Point |
CategoricalTimeseriesType.insertNewPoint(int i)
Inserts and returns a new empty value (as xml) as the ith "point" element
|
static CategoricalTimeseriesType.Point |
CategoricalTimeseriesType.Point.Factory.newInstance() |
static CategoricalTimeseriesType.Point |
CategoricalTimeseriesType.Point.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoricalTimeseriesType.setPointArray(CategoricalTimeseriesType.Point[] pointArray)
Sets array of all "point" element
|
void |
CategoricalTimeseriesType.setPointArray(int i,
CategoricalTimeseriesType.Point point)
Sets ith "point" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CategoricalTimeseriesTypeImpl.PointImpl
An XML point(@http://www.opengis.net/waterml/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
CategoricalTimeseriesType.Point |
CategoricalTimeseriesTypeImpl.addNewPoint()
Appends and returns a new empty value (as xml) as the last "point" element
|
CategoricalTimeseriesType.Point[] |
CategoricalTimeseriesTypeImpl.getPointArray()
Gets array of all "point" elements
|
CategoricalTimeseriesType.Point |
CategoricalTimeseriesTypeImpl.getPointArray(int i)
Gets ith "point" element
|
CategoricalTimeseriesType.Point |
CategoricalTimeseriesTypeImpl.insertNewPoint(int i)
Inserts and returns a new empty value (as xml) as the ith "point" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
CategoricalTimeseriesTypeImpl.setPointArray(CategoricalTimeseriesType.Point[] pointArray)
Sets array of all "point" element
|
void |
CategoricalTimeseriesTypeImpl.setPointArray(int i,
CategoricalTimeseriesType.Point point)
Sets ith "point" element
|
Copyright © 2017 52north.org. All rights reserved.