Uses of Interface
org.n52.shetland.ogc.om.values.MultiValue
-
Packages that use MultiValue Package Description org.n52.shetland.ogc.om org.n52.shetland.ogc.om.values -
-
Uses of MultiValue in org.n52.shetland.ogc.om
Methods in org.n52.shetland.ogc.om that return MultiValue Modifier and Type Method Description MultiValue<T>MultiObservationValues. getValue()Methods in org.n52.shetland.ogc.om with parameters of type MultiValue Modifier and Type Method Description voidMultiObservationValues. setValue(MultiValue<T> value) -
Uses of MultiValue in org.n52.shetland.ogc.om.values
Classes in org.n52.shetland.ogc.om.values that implement MultiValue Modifier and Type Class Description classSweDataArrayValueMulti value representing a SweDataArray for observationsclassTLVTValueMultiValuerepresenting a time location value triple for observationsclassTVPValueMulti value representing a time value pairs for observationsMethods in org.n52.shetland.ogc.om.values that return MultiValue Modifier and Type Method Description MultiValue<T>MultiValue. setValue(T value)
-