Uses of Interface
net.opengis.watermlDr.x20.AnnotationCoveragePropertyType
-
Packages that use AnnotationCoveragePropertyType Package Description net.opengis.watermlDr.x20 net.opengis.watermlDr.x20.impl -
-
Uses of AnnotationCoveragePropertyType in net.opengis.watermlDr.x20
Methods in net.opengis.watermlDr.x20 that return AnnotationCoveragePropertyType Modifier and Type Method Description AnnotationCoveragePropertyTypeCategoricalTimeseriesMetadataExtensionType. addNewAnnotation()Appends and returns a new empty value (as xml) as the last "annotation" elementAnnotationCoveragePropertyTypeMeasurementTimeseriesMetadataExtensionType. addNewAnnotation()Appends and returns a new empty value (as xml) as the last "annotation" elementAnnotationCoveragePropertyType[]CategoricalTimeseriesMetadataExtensionType. getAnnotationArray()Gets array of all "annotation" elementsAnnotationCoveragePropertyTypeCategoricalTimeseriesMetadataExtensionType. getAnnotationArray(int i)Gets ith "annotation" elementAnnotationCoveragePropertyType[]MeasurementTimeseriesMetadataExtensionType. getAnnotationArray()Gets array of all "annotation" elementsAnnotationCoveragePropertyTypeMeasurementTimeseriesMetadataExtensionType. getAnnotationArray(int i)Gets ith "annotation" elementAnnotationCoveragePropertyTypeCategoricalTimeseriesMetadataExtensionType. insertNewAnnotation(int i)Inserts and returns a new empty value (as xml) as the ith "annotation" elementAnnotationCoveragePropertyTypeMeasurementTimeseriesMetadataExtensionType. insertNewAnnotation(int i)Inserts and returns a new empty value (as xml) as the ith "annotation" elementstatic AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. newInstance()static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(File file)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(InputStream is)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(Reader r)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(String xmlAsString)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(URL u)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(XMLStreamReader sr)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(Node node)static AnnotationCoveragePropertyTypeAnnotationCoveragePropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.watermlDr.x20 with parameters of type AnnotationCoveragePropertyType Modifier and Type Method Description voidCategoricalTimeseriesMetadataExtensionType. setAnnotationArray(int i, AnnotationCoveragePropertyType annotation)Sets ith "annotation" elementvoidCategoricalTimeseriesMetadataExtensionType. setAnnotationArray(AnnotationCoveragePropertyType[] annotationArray)Sets array of all "annotation" elementvoidMeasurementTimeseriesMetadataExtensionType. setAnnotationArray(int i, AnnotationCoveragePropertyType annotation)Sets ith "annotation" elementvoidMeasurementTimeseriesMetadataExtensionType. setAnnotationArray(AnnotationCoveragePropertyType[] annotationArray)Sets array of all "annotation" element -
Uses of AnnotationCoveragePropertyType in net.opengis.watermlDr.x20.impl
Classes in net.opengis.watermlDr.x20.impl that implement AnnotationCoveragePropertyType Modifier and Type Class Description classAnnotationCoveragePropertyTypeImplAn XML AnnotationCoveragePropertyType(@http://www.opengis.net/waterml-dr/2.0).Methods in net.opengis.watermlDr.x20.impl that return AnnotationCoveragePropertyType Modifier and Type Method Description AnnotationCoveragePropertyTypeCategoricalTimeseriesMetadataExtensionTypeImpl. addNewAnnotation()Appends and returns a new empty value (as xml) as the last "annotation" elementAnnotationCoveragePropertyTypeMeasurementTimeseriesMetadataExtensionTypeImpl. addNewAnnotation()Appends and returns a new empty value (as xml) as the last "annotation" elementAnnotationCoveragePropertyType[]CategoricalTimeseriesMetadataExtensionTypeImpl. getAnnotationArray()Gets array of all "annotation" elementsAnnotationCoveragePropertyTypeCategoricalTimeseriesMetadataExtensionTypeImpl. getAnnotationArray(int i)Gets ith "annotation" elementAnnotationCoveragePropertyType[]MeasurementTimeseriesMetadataExtensionTypeImpl. getAnnotationArray()Gets array of all "annotation" elementsAnnotationCoveragePropertyTypeMeasurementTimeseriesMetadataExtensionTypeImpl. getAnnotationArray(int i)Gets ith "annotation" elementAnnotationCoveragePropertyTypeCategoricalTimeseriesMetadataExtensionTypeImpl. insertNewAnnotation(int i)Inserts and returns a new empty value (as xml) as the ith "annotation" elementAnnotationCoveragePropertyTypeMeasurementTimeseriesMetadataExtensionTypeImpl. insertNewAnnotation(int i)Inserts and returns a new empty value (as xml) as the ith "annotation" elementMethods in net.opengis.watermlDr.x20.impl with parameters of type AnnotationCoveragePropertyType Modifier and Type Method Description voidCategoricalTimeseriesMetadataExtensionTypeImpl. setAnnotationArray(int i, AnnotationCoveragePropertyType annotation)Sets ith "annotation" elementvoidCategoricalTimeseriesMetadataExtensionTypeImpl. setAnnotationArray(AnnotationCoveragePropertyType[] annotationArray)Sets array of all "annotation" elementvoidMeasurementTimeseriesMetadataExtensionTypeImpl. setAnnotationArray(int i, AnnotationCoveragePropertyType annotation)Sets ith "annotation" elementvoidMeasurementTimeseriesMetadataExtensionTypeImpl. setAnnotationArray(AnnotationCoveragePropertyType[] annotationArray)Sets array of all "annotation" element
-