Uses of Class
org.n52.shetland.ogc.om.OmObservation
-
-
Uses of OmObservation in org.n52.shetland.inspire.ef
Methods in org.n52.shetland.inspire.ef that return types with arguments of type OmObservation Modifier and Type Method Description Set<Referenceable<OmObservation>>AbstractMonitoringFeature. getHasObservation()Methods in org.n52.shetland.inspire.ef with parameters of type OmObservation Modifier and Type Method Description voidAbstractMonitoringFeature. addHasObservation(OmObservation hasObservation)Method parameters in org.n52.shetland.inspire.ef with type arguments of type OmObservation Modifier and Type Method Description voidAbstractMonitoringFeature. addHasObservation(Referenceable<OmObservation> hasObservation)AbstractMonitoringFeatureAbstractMonitoringFeature. setHasObservation(Collection<Referenceable<OmObservation>> hasObservation) -
Uses of OmObservation in org.n52.shetland.inspire.omso
Subclasses of OmObservation in org.n52.shetland.inspire.omso Modifier and Type Class Description classAbstractInspireObservationAbstract class for INSPIRE OM Specialised ObservationsclassMultiPointObservationclassPointObservationclassPointTimeSeriesObservationclassProfileObservationclassTrajectoryObservationMethods in org.n52.shetland.inspire.omso that return OmObservation Modifier and Type Method Description OmObservationMultiPointObservation. cloneTemplate()OmObservationPointObservation. cloneTemplate()OmObservationPointTimeSeriesObservation. cloneTemplate()OmObservationProfileObservation. cloneTemplate()OmObservationTrajectoryObservation. cloneTemplate()Methods in org.n52.shetland.inspire.omso with parameters of type OmObservation Modifier and Type Method Description protected booleanAbstractInspireObservation. checkForFeatureGeometry(OmObservation observation)Check if theOmObservationhas a featureOfInterest with geometry valueprotected org.locationtech.jts.geom.GeometryAbstractInspireObservation. getGeometryFromFeature(OmObservation observation)Get the geometry value from the featureOfInterest of theOmObservationprotected org.locationtech.jts.geom.GeometryAbstractInspireObservation. getGeometryFromSamplingGeometry(OmObservation observation)Get the geometry value from the samplingGeometry (om:parameter) of theOmObservationTrajectoryObservationTrajectoryObservation. mergeWithObservation(OmObservation observation)Constructors in org.n52.shetland.inspire.omso with parameters of type OmObservation Constructor Description AbstractInspireObservation(OmObservation observation)constructorMultiPointObservation(OmObservation observation)constructorPointObservation(OmObservation observation)constructorPointTimeSeriesObservation(OmObservation observation)constructorProfileObservation(OmObservation observation)constructorTrajectoryObservation(OmObservation observation)constructor -
Uses of OmObservation in org.n52.shetland.ogc.om
Methods in org.n52.shetland.ogc.om with type parameters of type OmObservation Modifier and Type Method Description default <T extends Collection<OmObservation>>
TObservationStream. collect(Supplier<T> supplier)Methods in org.n52.shetland.ogc.om that return OmObservation Modifier and Type Method Description OmObservationOmObservation. addParameter(NamedValue<?> namedValue)Add parameterOmObservationOmObservation. addRelatedObservation(OmObservationContext relatedObservation)Add a related observationOmObservationOmObservation. addRelatedObservations(Collection<OmObservationContext> relatedObservations)Add related observationsOmObservationOmObservation. addResultQuality(Collection<OmResultQuality> qualityList)OmObservationOmObservation. addResultQuality(OmResultQuality qualityList)OmObservationOmObservation. addSpatialFilteringProfileParameter(org.locationtech.jts.geom.Geometry samplingGeometry)Add sampling geometry to observationOmObservationOmObservation. cloneTemplate()OmObservationOmObservation. cloneTemplate(boolean withIdentifierNameDesription)protected OmObservationOmObservation. cloneTemplate(OmObservation clone)OmObservationOmObservation. copyTo(OmObservation copyOf)OmObservationStreamingValue. getObservationTemplate()OmObservationOmObservation. mergeWithObservation(ObservationValue<?> observationValue)Merge this observation with passed observation.OmObservationOmObservation. mergeWithObservation(OmObservation sosObservation)Merge this observation with passed observation.OmObservationOmObservation. setAdditionalMergeIndicator(String additionalMergeIndicator)OmObservationOmObservation. setDecimalSeparator(String decimalSeparator)Set decimal separator.OmObservationOmObservation. setNoDataValue(String noDataValue)Set noData value.OmObservationOmObservation. setObservationConstellation(OmObservationConstellation observationConstellation)Set the observation constellation.OmObservationOmObservation. setObservationID(String observationID)Set observation ID.OmObservationOmObservation. setParameter(Collection<NamedValue<?>> parameter)Set parameterOmObservationOmObservation. setRelatedObservations(Collection<OmObservationContext> relatedObservations)Set related observationsOmObservationOmObservation. setResultQuality(Collection<OmResultQuality> qualityList)Set result quality.OmObservationOmObservation. setResultTime(TimeInstant resultTime)Set result time.OmObservationOmObservation. setResultType(String resultType)Set result type.OmObservationOmObservation. setTokenSeparator(String tokenSeparator)Set token separator.OmObservationOmObservation. setTupleSeparator(String tupleSeparator)Set tuple separator.OmObservationOmObservation. setValidTime(TimePeriod validTime)Set valid time.OmObservationOmObservation. setValue(ObservationValue<?> value)Set observation values.Methods in org.n52.shetland.ogc.om that return types with arguments of type OmObservation Modifier and Type Method Description default Optional<OmObservation>ObservationStream. findAny()As this stream is always serial this is the same asObservationStream.findFirst().default Optional<OmObservation>ObservationStream. findFirst()Gets the next value that is in the stream.default Stream<OmObservation>ObservationStream. toStream()Creates a new stream of this observation stream.Methods in org.n52.shetland.ogc.om with parameters of type OmObservation Modifier and Type Method Description booleanOmObservation. checkForMerge(OmObservation observation)booleanOmObservation. checkForMerge(OmObservation observation, ObservationMergeIndicator indicator)protected voidStreamingValue. checkForModifications(OmObservation observation)protected OmObservationOmObservation. cloneTemplate(OmObservation clone)OmObservationOmObservation. copyTo(OmObservation copyOf)OmObservationOmObservation. mergeWithObservation(OmObservation sosObservation)Merge this observation with passed observation.static ObservationStreamObservationStream. of(OmObservation observation)Creates a new observation stream from the supplied observation.voidStreamingValue. setObservationTemplate(OmObservation observationTemplate)Set the observation template which contains all metadatavoidAbstractObservationValue. setValuesForResultEncoding(OmObservation observation)Method parameters in org.n52.shetland.ogc.om with type arguments of type OmObservation Modifier and Type Method Description default ObservationStreamObservationStream. filter(Predicate<OmObservation> predicate)Creates a new observation stream that filters the observatons from the original stream using the supplied predicate.default ObservationStreamObservationStream. flatMap(ThrowingFunction<OmObservation,ObservationStream,OwsExceptionReport> mapper)Creates a new observation stream from a mapping function that produces a stream for every observation in this stream.default ObservationStreamObservationStream. map(ThrowingUnaryOperator<OmObservation,OwsExceptionReport> operator)Produces a observation new stream from a mapping function that produces a new observation for every observation in this stream.default ObservationStreamObservationStream. modify(ThrowingConsumer<OmObservation,OwsExceptionReport> consumer)Creates a new observation stream from an consumer that consumes every observation before it is emitted by the stream.static ObservationStreamObservationStream. of(Iterable<OmObservation> observations)Creates a new observation stream from the supplied iterable.static ObservationStreamObservationStream. of(Iterator<OmObservation> observations)Creates a new observation stream from the supplied iterator. -
Uses of OmObservation in org.n52.shetland.ogc.sos.delobs
Methods in org.n52.shetland.ogc.sos.delobs that return OmObservation Modifier and Type Method Description OmObservationDeleteObservationResponse. getDeletedObservation()Methods in org.n52.shetland.ogc.sos.delobs with parameters of type OmObservation Modifier and Type Method Description voidDeleteObservationResponse. setDeletedObservation(OmObservation deletedObservation) -
Uses of OmObservation in org.n52.shetland.ogc.sos.request
Methods in org.n52.shetland.ogc.sos.request that return types with arguments of type OmObservation Modifier and Type Method Description List<OmObservation>InsertObservationRequest. getObservations()Get observations to insertMethods in org.n52.shetland.ogc.sos.request with parameters of type OmObservation Modifier and Type Method Description InsertObservationRequestInsertObservationRequest. addObservation(OmObservation observation)Method parameters in org.n52.shetland.ogc.sos.request with type arguments of type OmObservation Modifier and Type Method Description InsertObservationRequestInsertObservationRequest. setObservation(List<OmObservation> observation)Set observations to insert -
Uses of OmObservation in org.n52.shetland.ogc.sos.response
Methods in org.n52.shetland.ogc.sos.response that return OmObservation Modifier and Type Method Description abstract OmObservationAbstractStreaming. next()Methods in org.n52.shetland.ogc.sos.response that return types with arguments of type OmObservation Modifier and Type Method Description List<OmObservation>InsertResultResponse. getObservations()Methods in org.n52.shetland.ogc.sos.response with parameters of type OmObservation Modifier and Type Method Description protected abstract voidAbstractStreaming. checkForModifications(OmObservation observation)Check and modify observation for Spatial Filtering Profile and requested crsvoidInsertResultResponse. setObservation(OmObservation observation)Method parameters in org.n52.shetland.ogc.sos.response with type arguments of type OmObservation Modifier and Type Method Description voidInsertResultResponse. setObservations(List<OmObservation> observations)
-