Uses of Interface
com.luciad.ogc.common.ILcdResponse
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 ILcdResponse in com.luciad.ogc.common
Modifier and TypeClassDescriptionclass
A wrapper forHttpServletResponse
objects.Modifier and TypeMethodDescriptionabstract void
ALcdOGCCommandDispatcher.handleRequest
(ILcdRequest aRequest, ILcdResponse aResponse) Handles a request.void
ILcdRequestHandler.handleRequest
(ILcdRequest aRequest, ILcdResponse aResponse) Handles a request.void
TLcdOGCCommandDispatcher.handleRequest
(ILcdRequest aRequest, ILcdResponse aResponse) protected void
TLcdOGCCommandDispatcher.handleServiceException
(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) Handles a service exception. -
Uses of ILcdResponse in com.luciad.ogc.wcs
Modifier and TypeMethodDescriptionprotected void
TLcdWCSCommandDispatcher.handleServiceException
(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) -
Uses of ILcdResponse in com.luciad.ogc.wfs
Modifier and TypeMethodDescriptionprotected void
TLcdWFSCommandDispatcher.handleServiceException
(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest)