Package org.n52.shetland.ogc.om.series
Class MeasurementTimeseriesMetadata
- java.lang.Object
-
- org.n52.shetland.ogc.om.series.TimeseriesMetadata
-
- org.n52.shetland.ogc.om.series.MeasurementTimeseriesMetadata
-
public class MeasurementTimeseriesMetadata extends TimeseriesMetadata
This class implements the OGC WaterML 2.0 and TimeseriesML 1.0 elementmetadata. See/req/uml-timeseries-observation/metadata.- Since:
- 1.0.0
- See Also:
- http://www.opengeospatial.org/standards/waterml, http://www.opengeospatial.org/standards/tsml
-
-
Constructor Summary
Constructors Constructor Description MeasurementTimeseriesMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCumulative()"A series that is defined as cumulative is one where the values indicate a sequentially increasing series; i.e. each value is added to the last so the value represents the total of a value since accumulation began."MeasurementTimeseriesMetadatasetCumulative(boolean cumulative)
-
-
-
Method Detail
-
isCumulative
public boolean isCumulative()
"A series that is defined as cumulative is one where the values indicate a sequentially increasing series; i.e. each value is added to the last so the value represents the total of a value since accumulation began." (Source: OGC#10-126r3)
-
setCumulative
public MeasurementTimeseriesMetadata setCumulative(boolean cumulative)
-
-