public interface OperationHandler extends ConformanceClass, Component<OperationHandlerKey>
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationName()
TODO check if necessary in feature
Get the operation name this Handler supports
|
OwsOperation |
getOperationsMetadata(String service,
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.
|
getConformanceClassesString getOperationName()
OwsOperation getOperationsMetadata(String service, String version) throws OwsExceptionReport
service - OGC service identifierversion - Service versionOwsExceptionReport - If an error occurs.default boolean isSupported()
true, if the operation is supportedCopyright © 2015–2020 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.