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 TypeClassDescriptionclassA wrapper forHttpServletResponseobjects.Methods in com.luciad.ogc.common with parameters of type ILcdResponseModifier and TypeMethodDescriptionabstract voidALcdOGCCommandDispatcher.handleRequest(ILcdRequest aRequest, ILcdResponse aResponse) Handles a request.voidILcdRequestHandler.handleRequest(ILcdRequest aRequest, ILcdResponse aResponse) Handles a request.voidTLcdOGCCommandDispatcher.handleRequest(ILcdRequest aRequest, ILcdResponse aResponse) protected voidTLcdOGCCommandDispatcher.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 voidTLcdWCSCommandDispatcher.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 voidTLcdWFSCommandDispatcher.handleServiceException(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest)