| Modifier and Type | Method and Description |
|---|---|
EReportingHeader |
EReportObligationRepository.createHeader(ReportObligationType type) |
static ReportObligationType |
ReportObligations.getFlow(Extensions extensions) |
| Constructor and Description |
|---|
ComparisonFilter(FilterConstants.ComparisonOperator operator,
String valueReference,
String value,
String valueUpper)
constructor for
FilterConstants.ComparisonOperator.PropertyIsBetween filter |
ComparisonFilter(FilterConstants.ComparisonOperator operator,
String valueReference,
String value,
String valueUpper,
String escapeString)
constructor for
FilterConstants.ComparisonOperator.PropertyIsLike filter |
| Modifier and Type | Method and Description |
|---|---|
<X> X |
AbstractFeature.accept(FeatureOfInterestVisitor<X> visitor) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StreamingValue.checkForModifications(OmObservation observation) |
default <T extends Collection<OmObservation>> |
ObservationStream.collect(Supplier<T> supplier) |
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 ObservationStream |
ObservationStream.merge()
Creates a new stream out of this stream in which observations with the
same observation constellation are merged.
|
default ObservationStream |
ObservationStream.merge(ObservationMergeIndicator indicator)
Creates a new stream out of this stream in which observations with the
same observation constellation are merged.
|
abstract S |
StreamingValue.nextEntity()
Get the next entity
|
abstract TimeValuePair |
StreamingValue.nextValue()
Get next
TimeValuePair from entity |
| Modifier and Type | Method and Description |
|---|---|
<X> X |
SamplingFeature.accept(FeatureOfInterestVisitor<X> visitor) |
<X> X |
SfSpecimen.accept(FeatureOfInterestVisitor<X> visitor) |
T |
FeatureOfInterestVisitor.visit(SamplingFeature value) |
T |
FeatureOfInterestVisitor.visit(SfSpecimen value) |
T |
FeatureOfInterestVisitor.visit(TsmlMonitoringFeature value) |
T |
FeatureOfInterestVisitor.visit(WmlMonitoringPoint value) |
| Modifier and Type | Method and Description |
|---|---|
<X> X |
TsmlMonitoringFeature.accept(FeatureOfInterestVisitor<X> visitor) |
| Modifier and Type | Method and Description |
|---|---|
<X> X |
WmlMonitoringPoint.accept(FeatureOfInterestVisitor<X> visitor) |
| Modifier and Type | Method and Description |
|---|---|
<X> Collection<X> |
ProfileLevel.accept(ProfileLevelVisitor<X> visitor) |
<X> Collection<X> |
TrajectoryElement.accept(TrajectoryElementVisitor<X> visitor) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
ProfileLevelVisitor.visit(ProfileLevel value) |
Collection<T> |
TrajectoryElementVisitor.visit(TrajectoryElement value) |
| Modifier and Type | Method and Description |
|---|---|
OwsExceptionReport |
OwsExceptionReport.setStatus(HTTPStatus status)
Sets the HTTP response code for this
OwsExceptionReport. |
OwsExceptionReport |
OwsExceptionReport.setVersion(String version)
Set service version
|
| Modifier and Type | Method and Description |
|---|---|
CompositeOwsException |
CompositeOwsException.add(OwsExceptionReport... exceptions) |
| Modifier and Type | Method and Description |
|---|---|
CompositeOwsException |
CompositeOwsException.add(Collection<? extends OwsExceptionReport> exceptions) |
static <T> void |
CompositeOwsException.check(Stream<? extends T> stream,
ThrowingConsumer<? super T,? extends OwsExceptionReport> consumer) |
static <T> Collector<? super T,?,CompositeOwsException> |
CompositeOwsException.toCompositeException(ThrowingConsumer<? super T,? extends OwsExceptionReport> fun) |
<T> Optional<T> |
CompositeOwsException.wrap(ThrowingCallable<T,OwsExceptionReport> runnable) |
void |
CompositeOwsException.wrap(ThrowingRunnable<OwsExceptionReport> runnable) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
CompositeOwsException.check(Stream<? extends T> stream,
ThrowingConsumer<? super T,? extends OwsExceptionReport> consumer) |
| Constructor and Description |
|---|
CompositeOwsException(OwsExceptionReport... exceptions) |
| Constructor and Description |
|---|
CompositeOwsException(Collection<? extends OwsExceptionReport> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
List<OwsServiceKey> |
OwsServiceRequest.getServiceOperatorKeys() |
| Modifier and Type | Class and Description |
|---|---|
class |
CodedSosException |
class |
ResponseExceedsSizeLimitException |
| Modifier and Type | Method and Description |
|---|---|
OwsExceptionReport |
BatchResponse.ExceptionOrResponse.getException() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchResponse.add(OwsExceptionReport e) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractStreaming.checkForModifications(OmObservation observation)
Check and modify observation for Spatial Filtering Profile and requested
crs
|
protected void |
AbstractStreaming.checkMaxNumberOfReturnedValues(int size)
Check if the max number of returned values is exceeded
|
abstract boolean |
AbstractStreaming.hasNext() |
abstract OmObservation |
AbstractStreaming.next() |
| Constructor and Description |
|---|
ExceptionOrResponse(OwsExceptionReport exception) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.jts.geom.Envelope |
SweEnvelope.toEnvelope() |
ReferencedEnvelope |
SweEnvelope.toReferencedEnvelope() |
| Modifier and Type | Class and Description |
|---|---|
class |
CodedWpsException |
class |
NoSuchJobException
Implementation of
CodedWpsException to be used if |
class |
ResultNotReadyException
Implementation of
CodedWpsException to be used if |
| Modifier and Type | Method and Description |
|---|---|
static String |
OMHelper.getObservationTypeFrom(SweAbstractDataComponent component) |
org.locationtech.jts.geom.Geometry |
GeometryTransformer.transform(org.locationtech.jts.geom.Geometry value,
int targetCRS) |
| Modifier and Type | Method and Description |
|---|---|
OwsExceptionReport |
SoapResponse.getException() |
| Modifier and Type | Method and Description |
|---|---|
void |
SoapResponse.setException(OwsExceptionReport owse) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.