Uses of Class
org.n52.shetland.ogc.ows.exception.OwsExceptionReport
-
-
Uses of OwsExceptionReport in org.n52.shetland.aqd
Methods in org.n52.shetland.aqd that throw OwsExceptionReport Modifier and Type Method Description EReportingHeaderEReportObligationRepository. createHeader(ReportObligationType type)static ReportObligationTypeReportObligations. getFlow(Extensions extensions) -
Uses of OwsExceptionReport in org.n52.shetland.ogc.filter
Constructors in org.n52.shetland.ogc.filter that throw OwsExceptionReport Constructor Description ComparisonFilter(FilterConstants.ComparisonOperator operator, String valueReference, String value, String valueUpper)constructor forFilterConstants.ComparisonOperator.PropertyIsBetweenfilterComparisonFilter(FilterConstants.ComparisonOperator operator, String valueReference, String value, String valueUpper, String escapeString)constructor forFilterConstants.ComparisonOperator.PropertyIsLikefilter -
Uses of OwsExceptionReport in org.n52.shetland.ogc.gml
Methods in org.n52.shetland.ogc.gml that throw OwsExceptionReport Modifier and Type Method Description <X> XAbstractFeature. accept(FeatureOfInterestVisitor<X> visitor) -
Uses of OwsExceptionReport in org.n52.shetland.ogc.om
Method parameters in org.n52.shetland.ogc.om with type arguments of type OwsExceptionReport Modifier and Type Method Description 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.Methods in org.n52.shetland.ogc.om that throw OwsExceptionReport Modifier and Type Method Description protected voidStreamingValue. checkForModifications(OmObservation observation)default <T extends Collection<OmObservation>>
TObservationStream. collect(Supplier<T> supplier)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 ObservationStreamObservationStream. merge()Creates a new stream out of this stream in which observations with the same observation constellation are merged.default ObservationStreamObservationStream. merge(ObservationMergeIndicator indicator)Creates a new stream out of this stream in which observations with the same observation constellation are merged.abstract SStreamingValue. nextEntity()Get the next entityabstract TimeValuePairStreamingValue. nextValue()Get nextTimeValuePairfrom entity -
Uses of OwsExceptionReport in org.n52.shetland.ogc.om.features.samplingFeatures
Methods in org.n52.shetland.ogc.om.features.samplingFeatures that throw OwsExceptionReport Modifier and Type Method Description <X> XSamplingFeature. accept(FeatureOfInterestVisitor<X> visitor)<X> XSfSpecimen. accept(FeatureOfInterestVisitor<X> visitor)TFeatureOfInterestVisitor. visit(SamplingFeature value)TFeatureOfInterestVisitor. visit(SfSpecimen value)TFeatureOfInterestVisitor. visit(TsmlMonitoringFeature value)TFeatureOfInterestVisitor. visit(WmlMonitoringPoint value) -
Uses of OwsExceptionReport in org.n52.shetland.ogc.om.series.tsml
Methods in org.n52.shetland.ogc.om.series.tsml that throw OwsExceptionReport Modifier and Type Method Description <X> XTsmlMonitoringFeature. accept(FeatureOfInterestVisitor<X> visitor) -
Uses of OwsExceptionReport in org.n52.shetland.ogc.om.series.wml
Methods in org.n52.shetland.ogc.om.series.wml that throw OwsExceptionReport Modifier and Type Method Description <X> XWmlMonitoringPoint. accept(FeatureOfInterestVisitor<X> visitor) -
Uses of OwsExceptionReport in org.n52.shetland.ogc.om.values
Methods in org.n52.shetland.ogc.om.values that throw OwsExceptionReport Modifier and Type Method Description <X> Collection<X>ProfileLevel. accept(ProfileLevelVisitor<X> visitor)<X> Collection<X>TrajectoryElement. accept(TrajectoryElementVisitor<X> visitor) -
Uses of OwsExceptionReport in org.n52.shetland.ogc.om.values.visitor
Methods in org.n52.shetland.ogc.om.values.visitor that throw OwsExceptionReport Modifier and Type Method Description Collection<T>ProfileLevelVisitor. visit(ProfileLevel value)Collection<T>TrajectoryElementVisitor. visit(TrajectoryElement value) -
Uses of OwsExceptionReport in org.n52.shetland.ogc.ows.exception
Methods in org.n52.shetland.ogc.ows.exception that return OwsExceptionReport Modifier and Type Method Description OwsExceptionReportOwsExceptionReport. setStatus(HTTPStatus status)Sets the HTTP response code for thisOwsExceptionReport.OwsExceptionReportOwsExceptionReport. setVersion(String version)Set service versionMethods in org.n52.shetland.ogc.ows.exception with parameters of type OwsExceptionReport Modifier and Type Method Description CompositeOwsExceptionCompositeOwsException. add(OwsExceptionReport... exceptions)Method parameters in org.n52.shetland.ogc.ows.exception with type arguments of type OwsExceptionReport Modifier and Type Method Description CompositeOwsExceptionCompositeOwsException. add(Collection<? extends OwsExceptionReport> exceptions)static <T> voidCompositeOwsException. 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)voidCompositeOwsException. wrap(ThrowingRunnable<OwsExceptionReport> runnable)Methods in org.n52.shetland.ogc.ows.exception that throw OwsExceptionReport Modifier and Type Method Description static <T> voidCompositeOwsException. check(Stream<? extends T> stream, ThrowingConsumer<? super T,? extends OwsExceptionReport> consumer)Constructors in org.n52.shetland.ogc.ows.exception with parameters of type OwsExceptionReport Constructor Description CompositeOwsException(OwsExceptionReport... exceptions)Constructor parameters in org.n52.shetland.ogc.ows.exception with type arguments of type OwsExceptionReport Constructor Description CompositeOwsException(Collection<? extends OwsExceptionReport> exceptions) -
Uses of OwsExceptionReport in org.n52.shetland.ogc.ows.service
Methods in org.n52.shetland.ogc.ows.service that throw OwsExceptionReport Modifier and Type Method Description List<OwsServiceKey>OwsServiceRequest. getServiceOperatorKeys() -
Uses of OwsExceptionReport in org.n52.shetland.ogc.sos.exception
Subclasses of OwsExceptionReport in org.n52.shetland.ogc.sos.exception Modifier and Type Class Description classCodedSosExceptionclassResponseExceedsSizeLimitException -
Uses of OwsExceptionReport in org.n52.shetland.ogc.sos.response
Methods in org.n52.shetland.ogc.sos.response that return OwsExceptionReport Modifier and Type Method Description OwsExceptionReportBatchResponse.ExceptionOrResponse. getException()Methods in org.n52.shetland.ogc.sos.response with parameters of type OwsExceptionReport Modifier and Type Method Description voidBatchResponse. add(OwsExceptionReport e)Methods in org.n52.shetland.ogc.sos.response that throw OwsExceptionReport Modifier and Type Method Description protected abstract voidAbstractStreaming. checkForModifications(OmObservation observation)Check and modify observation for Spatial Filtering Profile and requested crsprotected voidAbstractStreaming. checkMaxNumberOfReturnedValues(int size)Check if the max number of returned values is exceededabstract booleanAbstractStreaming. hasNext()abstract OmObservationAbstractStreaming. next()Constructors in org.n52.shetland.ogc.sos.response with parameters of type OwsExceptionReport Constructor Description ExceptionOrResponse(OwsExceptionReport exception) -
Uses of OwsExceptionReport in org.n52.shetland.ogc.swe
Methods in org.n52.shetland.ogc.swe that throw OwsExceptionReport Modifier and Type Method Description org.locationtech.jts.geom.EnvelopeSweEnvelope. toEnvelope()ReferencedEnvelopeSweEnvelope. toReferencedEnvelope() -
Uses of OwsExceptionReport in org.n52.shetland.ogc.wps.exception
Subclasses of OwsExceptionReport in org.n52.shetland.ogc.wps.exception Modifier and Type Class Description classCodedWpsExceptionclassNoSuchJobExceptionImplementation ofCodedWpsExceptionto be used ifclassResultNotReadyExceptionImplementation ofCodedWpsExceptionto be used if -
Uses of OwsExceptionReport in org.n52.shetland.util
Methods in org.n52.shetland.util that throw OwsExceptionReport Modifier and Type Method Description static StringOMHelper. getObservationTypeFrom(SweAbstractDataComponent component)org.locationtech.jts.geom.GeometryGeometryTransformer. transform(org.locationtech.jts.geom.Geometry value, int targetCRS) -
Uses of OwsExceptionReport in org.n52.shetland.w3c.soap
Methods in org.n52.shetland.w3c.soap that return OwsExceptionReport Modifier and Type Method Description OwsExceptionReportSoapResponse. getException()Methods in org.n52.shetland.w3c.soap with parameters of type OwsExceptionReport Modifier and Type Method Description voidSoapResponse. setException(OwsExceptionReport owse)
-