Uses of Class
com.luciad.ogc.common.ALcdOGCCommandDispatcher
Packages that use ALcdOGCCommandDispatcher
Package
Description
This package contains interfaces and classes common to all OGC web services.
Provides API for implementing an OGC Catalog Service.
Implementation of the OGC Web Coverage Service (WCS) specification.
Implementation of the OGC Web Feature Service (WFS) specification.
-
Uses of ALcdOGCCommandDispatcher in com.luciad.ogc.common
Subclasses of ALcdOGCCommandDispatcher in com.luciad.ogc.commonModifier and TypeClassDescriptionclass
A basic implementation ofALcdOGCCommandDispatcher
.Methods in com.luciad.ogc.common that return ALcdOGCCommandDispatcherModifier and TypeMethodDescriptionILcdOGCCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Creates anALcdOGCCommandDispatcher
. -
Uses of ALcdOGCCommandDispatcher in com.luciad.ogc.csw.server
Methods in com.luciad.ogc.csw.server that return ALcdOGCCommandDispatcherModifier and TypeMethodDescriptionALcdCSWCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Creates a CSW command dispatcher, using the given configuration information. -
Uses of ALcdOGCCommandDispatcher in com.luciad.ogc.wcs
Subclasses of ALcdOGCCommandDispatcher in com.luciad.ogc.wcsModifier and TypeClassDescriptionclass
A command dispatcher class for WCS requests.Methods in com.luciad.ogc.wcs that return ALcdOGCCommandDispatcherModifier and TypeMethodDescriptionALcdOGCWCSCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Called during servlet initialization to create a command dispatcher. -
Uses of ALcdOGCCommandDispatcher in com.luciad.ogc.wfs
Subclasses of ALcdOGCCommandDispatcher in com.luciad.ogc.wfsModifier and TypeClassDescriptionclass
A command dispatcher class for WCS requests.Methods in com.luciad.ogc.wfs that return ALcdOGCCommandDispatcherModifier and TypeMethodDescriptionALcdOGCWFSCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Called during servlet initialization to create a command dispatcher.