public interface RequestOperator extends ConformanceClass, Component<RequestOperatorKey>
| Modifier and Type | Method and Description |
|---|---|
OwsOperation |
getOperationMetadata(java.lang.String service,
java.lang.String version)
Get
OwsOperation metadata for service and version |
default RequestOperatorKey |
getRequestOperatorKeyType()
Deprecated.
|
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(java.lang.String service, java.lang.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 supported@Deprecated default RequestOperatorKey getRequestOperatorKeyType()
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.