| Package | Description |
|---|---|
| org.n52.shetland.ogc.om | |
| org.n52.shetland.ogc.sos.response |
| Modifier and Type | Method and Description |
|---|---|
static ObservationMergeIndicator |
ObservationMergeIndicator.sameObservationConstellation()
Gets an indicator that requires the observation constellations (procedure, observable property, feature of
interest and offering) to be the same.
|
ObservationMergeIndicator |
ObservationMergeIndicator.setFeatureOfInterest(boolean featureOfInterest)
Sets whether the feature of interest should be to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.setObservableProperty(boolean observableProperty)
Sets whether the observable property should be to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.setObservationType(boolean observationType)
Sets whether the observation type should be checked to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.setOfferings(boolean offerings)
Sets whether the offering should be to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.setPhenomenonTime(boolean phenomenonTime)
Sets whether the phenomenon time should be to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.setProcedure(boolean procedure)
Sets whether the procedure should be to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.setResultTime(boolean resultTime)
Sets whether the result time should be to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.setSamplingGeometry(boolean samplingGeometry)
Sets whether the sampling geometry should be to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withFeatureOfInterest()
Sets that the feature of interest should be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withObservableProperty()
Sets that the observable property should be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withObservationType()
Sets that the observation type should be checked to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withOffering()
Sets that the offering should be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withoutFeatureOfInterest()
Sets that the feature of interest does not need to be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withoutObservableProperty()
Sets that the observable property does not need to be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withoutObservationType()
Sets that the observation type does not need to be checked to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withoutOffering()
Sets that the offering does not need to be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withoutPhenomenonTime()
Sets that the phenomenon time does not need to be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withoutProcedure()
Sets that the procedure does not need to be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withoutResultTime()
Sets that the result time does not need to be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withoutSamplingGeometry()
Sets that the sampling geometry does not need to be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withPhenomenonTime()
Sets that the phenomenon time should be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withProcedure()
Sets that the procedure should be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withResultTime()
Sets that the result time should be equal to merge two observations.
|
ObservationMergeIndicator |
ObservationMergeIndicator.withSamplingGeometry()
Sets that the sampling geometry should be equal to merge two observations.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OmObservation.checkForMerge(OmObservation observation,
ObservationMergeIndicator indicator) |
default ObservationStream |
ObservationStream.merge(ObservationMergeIndicator indicator)
Creates a new stream out of this stream in which observations with the
same observation constellation are merged.
|
| Modifier and Type | Method and Description |
|---|---|
ObservationMergeIndicator |
AbstractStreaming.getObservationMergeIndicator() |
ObservationMergeIndicator |
AbstractObservationResponse.getObservationMergeIndicator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStreaming.setObservationMergeIndicator(ObservationMergeIndicator mergeIndicator) |
void |
AbstractObservationResponse.setObservationMergeIndicator(ObservationMergeIndicator indicator) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.