Uses of Class
org.n52.shetland.ogc.om.TimeValuePair
-
Packages that use TimeValuePair Package Description org.n52.shetland.ogc.om org.n52.shetland.ogc.om.values -
-
Uses of TimeValuePair in org.n52.shetland.ogc.om
Subclasses of TimeValuePair in org.n52.shetland.ogc.om Modifier and Type Class Description classTimeLocationValueTripleClass that hold the time, the location and the value.Methods in org.n52.shetland.ogc.om that return TimeValuePair Modifier and Type Method Description abstract TimeValuePairStreamingValue. nextValue()Get nextTimeValuePairfrom entityMethods in org.n52.shetland.ogc.om with parameters of type TimeValuePair Modifier and Type Method Description intTimeLocationValueTriple. compareTo(TimeValuePair o)intTimeValuePair. compareTo(TimeValuePair o) -
Uses of TimeValuePair in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return types with arguments of type TimeValuePair Modifier and Type Method Description List<TimeValuePair>TVPValue. getValue()Methods in org.n52.shetland.ogc.om.values with parameters of type TimeValuePair Modifier and Type Method Description voidTVPValue. addValue(TimeValuePair value)Add time value pair valueMethod parameters in org.n52.shetland.ogc.om.values with type arguments of type TimeValuePair Modifier and Type Method Description voidTVPValue. addValues(List<TimeValuePair> values)Add time value pair valuesTVPValueTVPValue. setValue(List<TimeValuePair> value)
-