| Modifier and Type | Method and Description |
|---|---|
Set<Referenceable<OmObservation>> |
AbstractMonitoringFeature.getHasObservation() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMonitoringFeature.addHasObservation(OmObservation hasObservation) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMonitoringFeature.addHasObservation(Referenceable<OmObservation> hasObservation) |
void |
AbstractMonitoringFeature.setHasObservation(Set<Referenceable<OmObservation>> hasObservation) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInspireObservation
Abstract class for INSPIRE OM Specialised Observations
|
class |
MultiPointObservation |
class |
PointObservation |
class |
PointTimeSeriesObservation |
class |
ProfileObservation |
class |
TrajectoryObservation |
| Modifier and Type | Method and Description |
|---|---|
OmObservation |
PointObservation.cloneTemplate() |
OmObservation |
MultiPointObservation.cloneTemplate() |
OmObservation |
ProfileObservation.cloneTemplate() |
OmObservation |
PointTimeSeriesObservation.cloneTemplate() |
OmObservation |
TrajectoryObservation.cloneTemplate() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractInspireObservation.checkForFeatureGeometry(OmObservation observation)
Check if the
OmObservation has a featureOfInterest with geometry
value |
protected org.locationtech.jts.geom.Geometry |
AbstractInspireObservation.getGeometryFromFeature(OmObservation observation)
Get the geometry value from the featureOfInterest of the
OmObservation |
protected org.locationtech.jts.geom.Geometry |
AbstractInspireObservation.getGeometryFromSamplingGeometry(OmObservation observation)
Get the geometry value from the samplingGeometry (om:parameter) of the
OmObservation |
void |
TrajectoryObservation.mergeWithObservation(OmObservation observation) |
| Constructor and Description |
|---|
AbstractInspireObservation(OmObservation observation)
constructor
|
MultiPointObservation(OmObservation observation)
constructor
|
PointObservation(OmObservation observation)
constructor
|
PointTimeSeriesObservation(OmObservation observation)
constructor
|
ProfileObservation(OmObservation observation)
constructor
|
TrajectoryObservation(OmObservation observation)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
default <T extends Collection<OmObservation>> |
ObservationStream.collect(Supplier<T> supplier) |
| Modifier and Type | Method and Description |
|---|---|
OmObservation |
OmObservation.addCategoryParameter(NamedValue<String> categoryParameter) |
OmObservation |
OmObservation.addCategoryParameter(String category)
Add category to observation
|
OmObservation |
OmObservation.addCategoryParameter(TextValue category) |
OmObservation |
OmObservation.addResultQuality(OmResultQuality qualityList) |
OmObservation |
OmObservation.addResultQuality(Set<OmResultQuality> qualityList) |
OmObservation |
OmObservation.addSpatialFilteringProfileParameter(org.locationtech.jts.geom.Geometry samplingGeometry)
Add sampling geometry to observation
|
OmObservation |
OmObservation.cloneTemplate() |
OmObservation |
OmObservation.cloneTemplate(boolean withIdentifierNameDesription) |
protected OmObservation |
OmObservation.cloneTemplate(OmObservation clone) |
OmObservation |
OmObservation.copyTo(OmObservation copyOf) |
OmObservation |
StreamingValue.getObservationTemplate() |
OmObservation |
OmObservation.setAdditionalMergeIndicator(String additionalMergeIndicator) |
OmObservation |
OmObservation.setObservationConstellation(OmObservationConstellation observationConstellation)
Set the observation constellation.
|
OmObservation |
OmObservation.setResultQuality(Set<OmResultQuality> qualityList)
Set result quality.
|
| Modifier and Type | Method and Description |
|---|---|
default Optional<OmObservation> |
ObservationStream.findAny()
As this stream is always serial this is the same as
ObservationStream.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OmObservation.checkForMerge(OmObservation observation) |
boolean |
OmObservation.checkForMerge(OmObservation observation,
ObservationMergeIndicator indicator) |
protected void |
StreamingValue.checkForModifications(OmObservation observation) |
protected OmObservation |
OmObservation.cloneTemplate(OmObservation clone) |
OmObservation |
OmObservation.copyTo(OmObservation copyOf) |
void |
OmObservation.mergeWithObservation(OmObservation sosObservation)
Merge this observation with passed observation.
|
static ObservationStream |
ObservationStream.of(OmObservation observation)
Creates a new observation stream from the supplied observation.
|
void |
StreamingValue.setObservationTemplate(OmObservation observationTemplate)
Set the observation template which contains all metadata
|
void |
AbstractObservationValue.setValuesForResultEncoding(OmObservation observation) |
| Modifier and Type | Method and Description |
|---|---|
default ObservationStream |
ObservationStream.filter(Predicate<OmObservation> predicate)
Creates a new observation stream that filters the observatons from the
original stream using the supplied predicate.
|
default ObservationStream |
ObservationStream.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 ObservationStream |
ObservationStream.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 ObservationStream |
ObservationStream.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 ObservationStream |
ObservationStream.of(Iterable<OmObservation> observations)
Creates a new observation stream from the supplied iterable.
|
static ObservationStream |
ObservationStream.of(Iterator<OmObservation> observations)
Creates a new observation stream from the supplied iterator.
|
| Modifier and Type | Method and Description |
|---|---|
OmObservation |
DeleteObservationResponse.getDeletedObservation() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteObservationResponse.setDeletedObservation(OmObservation deletedObservation) |
| Modifier and Type | Method and Description |
|---|---|
List<OmObservation> |
InsertObservationRequest.getObservations()
Get observations to insert
|
| Modifier and Type | Method and Description |
|---|---|
InsertObservationRequest |
InsertObservationRequest.addObservation(OmObservation observation) |
| Modifier and Type | Method and Description |
|---|---|
InsertObservationRequest |
InsertObservationRequest.setObservation(List<OmObservation> observation)
Set observations to insert
|
| Modifier and Type | Method and Description |
|---|---|
abstract OmObservation |
AbstractStreaming.next() |
| Modifier and Type | Method and Description |
|---|---|
List<OmObservation> |
InsertResultResponse.getObservations() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractStreaming.checkForModifications(OmObservation observation)
Check and modify observation for Spatial Filtering Profile and requested
crs
|
void |
InsertResultResponse.setObservation(OmObservation observation) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertResultResponse.setObservations(List<OmObservation> observations) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.