Uses of Interface
net.opengis.watermlDr.x20.TimeseriesCoverageType
-
Packages that use TimeseriesCoverageType Package Description net.opengis.watermlDr.x20 net.opengis.watermlDr.x20.impl -
-
Uses of TimeseriesCoverageType in net.opengis.watermlDr.x20
Subinterfaces of TimeseriesCoverageType in net.opengis.watermlDr.x20 Modifier and Type Interface Description interfaceCategoricalTimeseriesCoverageTypeAn XML CategoricalTimeseriesCoverageType(@http://www.opengis.net/waterml-dr/2.0).interfaceMeasurementTimeseriesCoverageTypeAn XML MeasurementTimeseriesCoverageType(@http://www.opengis.net/waterml-dr/2.0).Methods in net.opengis.watermlDr.x20 that return TimeseriesCoverageType Modifier and Type Method Description TimeseriesCoverageTypeTimeseriesDomainRangeDocument. addNewTimeseriesDomainRange()Appends and returns a new empty "TimeseriesDomainRange" elementTimeseriesCoverageTypeTimeseriesDomainRangeDocument. getTimeseriesDomainRange()Gets the "TimeseriesDomainRange" elementstatic TimeseriesCoverageTypeTimeseriesCoverageType.Factory. newInstance()static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(File file)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(InputStream is)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(Reader r)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(String xmlAsString)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(URL u)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(XMLStreamReader sr)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(Node node)static TimeseriesCoverageTypeTimeseriesCoverageType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.watermlDr.x20 with parameters of type TimeseriesCoverageType Modifier and Type Method Description voidTimeseriesDomainRangeDocument. setTimeseriesDomainRange(TimeseriesCoverageType timeseriesDomainRange)Sets the "TimeseriesDomainRange" element -
Uses of TimeseriesCoverageType in net.opengis.watermlDr.x20.impl
Classes in net.opengis.watermlDr.x20.impl that implement TimeseriesCoverageType Modifier and Type Class Description classCategoricalTimeseriesCoverageTypeImplAn XML CategoricalTimeseriesCoverageType(@http://www.opengis.net/waterml-dr/2.0).classMeasurementTimeseriesCoverageTypeImplAn XML MeasurementTimeseriesCoverageType(@http://www.opengis.net/waterml-dr/2.0).classTimeseriesCoverageTypeImplAn XML TimeseriesCoverageType(@http://www.opengis.net/waterml-dr/2.0).Methods in net.opengis.watermlDr.x20.impl that return TimeseriesCoverageType Modifier and Type Method Description TimeseriesCoverageTypeTimeseriesDomainRangeDocumentImpl. addNewTimeseriesDomainRange()Appends and returns a new empty "TimeseriesDomainRange" elementTimeseriesCoverageTypeTimeseriesDomainRangeDocumentImpl. getTimeseriesDomainRange()Gets the "TimeseriesDomainRange" elementMethods in net.opengis.watermlDr.x20.impl with parameters of type TimeseriesCoverageType Modifier and Type Method Description voidTimeseriesDomainRangeDocumentImpl. setTimeseriesDomainRange(TimeseriesCoverageType timeseriesDomainRange)Sets the "TimeseriesDomainRange" element
-