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.
|