Uses of Interface
com.luciad.ogc.common.ILcdRequestHandler
Package
Description
This package contains interfaces and classes common to all OGC web services.
Implementation of the OGC Web Coverage Service (WCS) specification.
Implementation of the OGC Web Feature Service (WFS) specification.
-
Uses of ILcdRequestHandler in com.luciad.ogc.common
Modifier and TypeMethodDescriptionprotected ILcdRequestHandler
TLcdOGCCommandDispatcher.getRequestHandler
(String aService, String aRequest) Finds the registered handler for the given service and request, if any.Modifier and TypeMethodDescriptionabstract void
ALcdOGCCommandDispatcher.registerRequestHandler
(String aService, String aRequest, ILcdRequestHandler aHandler) Registers a new request handler with the command dispatcher.void
TLcdOGCCommandDispatcher.registerRequestHandler
(String aService, String aRequest, ILcdRequestHandler aHandler) Registers a new request handler. -
Uses of ILcdRequestHandler in com.luciad.ogc.wcs
Modifier and TypeMethodDescriptionALcdOGCWCSCommandDispatcherFactory.createRequestHandler
(String aRequest, TLcdWCSCommandDispatcherContext aCommandDispatcherContext) Factory method to create a WCS request handler. -
Uses of ILcdRequestHandler in com.luciad.ogc.wfs
Modifier and TypeMethodDescriptionALcdOGCWFSCommandDispatcherFactory.createRequestHandler
(String aRequest, TLcdWFSCommandDispatcherContext aCommandDispatcherContext) Factory method to create a WFS request handler.