Uses of Class
org.n52.shetland.ogc.om.values.TVPValue
-
Packages that use TVPValue Package Description org.n52.shetland.ogc.om org.n52.shetland.ogc.om.values org.n52.shetland.ogc.om.values.visitor -
-
Uses of TVPValue in org.n52.shetland.ogc.om
Methods in org.n52.shetland.ogc.om that return TVPValue Modifier and Type Method Description TVPValueOmObservation. convertSingleValueToMultiValue(SingleObservationValue<?> singleValue)ConvertSingleObservationValuetoTVPValue. -
Uses of TVPValue in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that return TVPValue Modifier and Type Method Description TVPValueTVPValue. setUnit(UoM unit)TVPValueTVPValue. setValue(List<TimeValuePair> value) -
Uses of TVPValue in org.n52.shetland.ogc.om.values.visitor
Methods in org.n52.shetland.ogc.om.values.visitor with parameters of type TVPValue Modifier and Type Method Description protected abstract voidVoidValueVisitor. _visit(TVPValue value)TValueVisitor. visit(TVPValue value)VoidVoidValueVisitor. visit(TVPValue value)
-