public interface OperationHandler extends ConformanceClass, Component<OperationHandlerKey>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperationName()
TODO check if necessary in feature
Get the operation name this Handler supports
|
OwsOperation |
getOperationsMetadata(java.lang.String service,
java.lang.String version)
Get the OperationsMetadata of the supported SOS operation for the
capabilities
|
default boolean |
isSupported()
Check if the operation and all necessary sources (e.g. tables) are available.
|
getConformanceClassesjava.lang.String getOperationName()
OwsOperation getOperationsMetadata(java.lang.String service, java.lang.String version) throws OwsExceptionReport
service - OGC service identifierversion - Service versionOwsExceptionReport - If an error occurs.default boolean isSupported()
true, if the operation is supportedCopyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.