public interface CategoricalTimeseriesType extends TimeseriesType
addNewMetaDataProperty| Modifier and Type | Interface and Description |
|---|---|
static class |
CategoricalTimeseriesType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
CategoricalTimeseriesType.Point
An XML point(@http://www.opengis.net/waterml/2.0).
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
CategoricalTimeseriesType.Point |
addNewPoint()
Appends and returns a new empty value (as xml) as the last "point" element
|
CategoricalTimeseriesType.Point[] |
getPointArray()
Gets array of all "point" elements
|
CategoricalTimeseriesType.Point |
getPointArray(int i)
Gets ith "point" element
|
CategoricalTimeseriesType.Point |
insertNewPoint(int i)
Inserts and returns a new empty value (as xml) as the ith "point" element
|
void |
removePoint(int i)
Removes the ith "point" element
|
void |
setPointArray(CategoricalTimeseriesType.Point[] pointArray)
Sets array of all "point" element
|
void |
setPointArray(int i,
CategoricalTimeseriesType.Point point)
Sets ith "point" element
|
int |
sizeOfPointArray()
Returns number of "point" element
|
addNewDefaultPointMetadata, addNewMetadata, getDefaultPointMetadataArray, getDefaultPointMetadataArray, getMetadata, insertNewDefaultPointMetadata, isSetMetadata, removeDefaultPointMetadata, setDefaultPointMetadataArray, setDefaultPointMetadataArray, setMetadata, sizeOfDefaultPointMetadataArray, unsetMetadataaddNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocationaddNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextCategoricalTimeseriesType.Point[] getPointArray()
CategoricalTimeseriesType.Point getPointArray(int i)
int sizeOfPointArray()
void setPointArray(CategoricalTimeseriesType.Point[] pointArray)
void setPointArray(int i,
CategoricalTimeseriesType.Point point)
CategoricalTimeseriesType.Point insertNewPoint(int i)
CategoricalTimeseriesType.Point addNewPoint()
void removePoint(int i)
Copyright © 2017 52north.org. All rights reserved.