Uses of Interface
com.luciad.ogc.common.ILcdResponse
Packages that use 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
Classes in com.luciad.ogc.common that implement ILcdResponseModifier and TypeClassDescriptionclass
A wrapper forHttpServletResponse
objects.Methods in com.luciad.ogc.common with parameters of type ILcdResponseModifier 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
Methods in com.luciad.ogc.wcs with parameters of type ILcdResponseModifier and TypeMethodDescriptionprotected void
TLcdWCSCommandDispatcher.handleServiceException
(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) -
Uses of ILcdResponse in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs with parameters of type ILcdResponseModifier and TypeMethodDescriptionprotected void
TLcdWFSCommandDispatcher.handleServiceException
(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest)