public interface RequestOperator extends ConformanceClass, Component<RequestOperatorKey>
| Modifier and Type | Method and Description |
|---|---|
OwsOperation |
getOperationMetadata(String service,
String version)
Get
OwsOperation metadata for service and version |
default boolean |
isSupported()
Check if the operation and all necessary sources (e.g. tables) are available.
|
OwsServiceResponse |
receiveRequest(OwsServiceRequest request)
Receives and processes the incoming
OwsServiceRequest and
returns a OwsServiceResponse |
getConformanceClassesOwsServiceResponse receiveRequest(OwsServiceRequest request) throws OwsExceptionReport
OwsServiceRequest and
returns a OwsServiceResponserequest - The incoming OwsServiceRequestOwsServiceResponse of the
OwsServiceRequestOwsExceptionReport - If an error occurs during the processing of the
OwsServiceRequestOwsOperation getOperationMetadata(String service, String version) throws OwsExceptionReport
OwsOperation metadata for service and versionservice - The service to get metadata forversion - The service version to get metadata forOwsOperation metadata for service and versionOwsExceptionReport - If an error occurs during the generation of
OwsOperationdefault boolean isSupported()
true, if the operation is supportedCopyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.