Interface OperationHandler

    • Method Detail

      • getOperationName

        String getOperationName()
        TODO check if necessary in feature Get the operation name this Handler supports
        Returns:
        The supported operation name
      • getOperationsMetadata

        OwsOperation getOperationsMetadata​(String service,
                                           String version)
                                    throws OwsExceptionReport
        Get the OperationsMetadata of the supported SOS operation for the capabilities
        Parameters:
        service - OGC service identifier
        version - Service version
        Returns:
        OperationsMetadata for the operation
        Throws:
        OwsExceptionReport - If an error occurs.
      • isSupported

        default boolean isSupported()
        Check if the operation and all necessary sources (e.g. tables) are available.
        Returns:
        true, if the operation is supported