Package org.n52.shetland.ogc.om.values
Interface MultiValue<T>
-
- Type Parameters:
T- type of the multi value
- All Superinterfaces:
Value<T>
- All Known Implementing Classes:
SweDataArrayValue,TLVTValue,TVPValue
public interface MultiValue<T> extends Value<T>
Interface for observation values with more than one value- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimegetPhenomenonTime()Get the phenomenon time for the multiple valuesMultiValue<T>setValue(T value)Set the measurment value-
Methods inherited from interface org.n52.shetland.ogc.om.values.Value
accept, getUnit, getUnitObject, getValue, isSetUnit, isSetValue, setUnit, setUnit
-
-
-
-
Method Detail
-
getPhenomenonTime
Time getPhenomenonTime()
Get the phenomenon time for the multiple values- Returns:
- Phenomenon time
-
-