Package org.n52.shetland.ogc.om
Class MultiObservationValues<T>
- java.lang.Object
-
- org.n52.shetland.ogc.om.AbstractObservationValue<MultiValue<T>>
-
- org.n52.shetland.ogc.om.MultiObservationValues<T>
-
- Type Parameters:
T- value type
- All Implemented Interfaces:
ObservationValue<MultiValue<T>>
public class MultiObservationValues<T> extends AbstractObservationValue<MultiValue<T>>
Class representing a multi value observation value- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description MultiObservationValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimegetPhenomenonTime()Get phenomenon or sampling time of the observationMultiValue<T>getValue()Get observation valuebooleanisSetValue()voidsetPhenomenonTime(Time phenomenonTime)Set phenomenon or sampling time of the observationvoidsetValue(MultiValue<T> value)Set observation value-
Methods inherited from class org.n52.shetland.ogc.om.AbstractObservationValue
getDecimalSeparator, getDefaultPointMetadata, getMetadata, getObservableProperty, getObservationID, getObservationType, getTokenSeparator, getTupleSeparator, getUnit, isSetDecimalSeparator, isSetDefaultPointMetadata, isSetMetadata, isSetObservablePropertyD, isSetObservationID, isSetObservationType, isSetTokenSeparator, isSetTupleSeparator, isSetUnit, setDecimalSeparator, setDefaultPointMetadata, setMetadata, setObservationID, setUnit, setValuesForResultEncoding
-
-
-
-
Method Detail
-
getPhenomenonTime
public Time getPhenomenonTime()
Description copied from interface:ObservationValueGet phenomenon or sampling time of the observation- Returns:
- Phenomenon or sampling time of the observation
-
getValue
public MultiValue<T> getValue()
Description copied from interface:ObservationValueGet observation value- Returns:
- Observation value
-
setValue
public void setValue(MultiValue<T> value)
Description copied from interface:ObservationValueSet observation value- Parameters:
value- Observation value
-
setPhenomenonTime
public void setPhenomenonTime(Time phenomenonTime)
Description copied from interface:ObservationValueSet phenomenon or sampling time of the observation- Parameters:
phenomenonTime- Phenomenon or sampling time of the observation
-
isSetValue
public boolean isSetValue()
-
-