Uses of Interface
org.n52.shetland.ogc.om.ObservationValue
-
Packages that use ObservationValue Package Description org.n52.shetland.inspire.omso org.n52.shetland.ogc.om org.n52.shetland.ogc.sos.response -
-
Uses of ObservationValue in org.n52.shetland.inspire.omso
Methods in org.n52.shetland.inspire.omso with parameters of type ObservationValue Modifier and Type Method Description protected booleanMultiPointObservation. mergeValues(ObservationValue<?> observationValue)protected booleanProfileObservation. mergeValues(ObservationValue<?> observationValue)protected booleanTrajectoryObservation. mergeValues(ObservationValue<?> observationValue)MultiPointObservationMultiPointObservation. setValue(ObservationValue<?> value)PointObservationPointObservation. setValue(ObservationValue<?> value)ProfileObservationProfileObservation. setValue(ObservationValue<?> value)TrajectoryObservationTrajectoryObservation. setValue(ObservationValue<?> value) -
Uses of ObservationValue in org.n52.shetland.ogc.om
Classes in org.n52.shetland.ogc.om that implement ObservationValue Modifier and Type Class Description classAbstractObservationValue<T extends Value<?>>classMultiObservationValues<T>Class representing a multi value observation valueclassSingleObservationValue<T>Class representing a single value observation valueclassStreamingValue<S>Abstract streaming value classMethods in org.n52.shetland.ogc.om that return ObservationValue Modifier and Type Method Description ObservationValue<?>OmObservation. getValue()Get observation values.Methods in org.n52.shetland.ogc.om with parameters of type ObservationValue Modifier and Type Method Description protected booleanOmObservation. mergeValues(ObservationValue<?> observationValue)Merge observation values with passed observation values.OmObservationOmObservation. mergeWithObservation(ObservationValue<?> observationValue)Merge this observation with passed observation.OmObservationOmObservation. setValue(ObservationValue<?> value)Set observation values. -
Uses of ObservationValue in org.n52.shetland.ogc.sos.response
Classes in org.n52.shetland.ogc.sos.response that implement ObservationValue Modifier and Type Class Description classAbstractStreaming
-