Uses of Class
com.luciad.ogc.common.TLcdOGCServiceException
Packages that use TLcdOGCServiceException
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 TLcdOGCServiceException in com.luciad.ogc.common
Methods in com.luciad.ogc.common with parameters of type TLcdOGCServiceExceptionModifier and TypeMethodDescriptionvoid
TLcdOGCServiceExceptionEncoder.encode
(PrintWriter aWriter, TLcdOGCServiceException aServiceException, String aServerURI) Writes an exception report to the givenPrintWriter
.protected void
TLcdOGCCommandDispatcher.handleServiceException
(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) Handles a service exception.Methods in com.luciad.ogc.common that throw TLcdOGCServiceExceptionModifier and TypeMethodDescriptionILcdOGCCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Creates anALcdOGCCommandDispatcher
.void
ILcdRequestHandler.handleRequest
(ILcdRequest aRequest, ILcdResponse aResponse) Handles a request.protected void
TLcdOGCCommandDispatcher.handleUnknownRequest
(String aRequest) Called if no request handler can be found for the given request.protected String
TLcdOGCCommandDispatcher.validateService
(String aService, String aRequestType, ILcdRequest aRequest) This method allows implementations to validate the "service" parameter of a request. -
Uses of TLcdOGCServiceException in com.luciad.ogc.csw.server
Subclasses of TLcdOGCServiceException in com.luciad.ogc.csw.serverModifier and TypeClassDescriptionclass
Extension of TLcdOGCServiceException, containing specific error messages and codes for CSW service exceptions.Methods in com.luciad.ogc.csw.server that throw TLcdOGCServiceExceptionModifier and TypeMethodDescriptionabstract ILcdCSWCapabilitiesProvider
ALcdCSWCommandDispatcherFactory.createCapabilitiesProvider
(ILcdInitializationConfig aConfig) Creates the class that is used to help the server expose its capabilities.ALcdCSWCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Creates a CSW command dispatcher, using the given configuration information. -
Uses of TLcdOGCServiceException in com.luciad.ogc.wcs
Subclasses of TLcdOGCServiceException in com.luciad.ogc.wcsModifier and TypeClassDescriptionclass
Class for OGC WCS service exceptions.Methods in com.luciad.ogc.wcs with parameters of type TLcdOGCServiceExceptionModifier and TypeMethodDescriptionprotected void
TLcdWCSCommandDispatcher.handleServiceException
(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) Methods in com.luciad.ogc.wcs that throw TLcdOGCServiceExceptionModifier and TypeMethodDescriptionALcdOGCWCSCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Called during servlet initialization to create a command dispatcher.protected ILcdWCSCapabilitiesProvider
ALcdOGCWCSCommandDispatcherFactory.createWCSCapabilitiesProvider
(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider) Creates a WCS capabilities provider.protected String
TLcdWCSCommandDispatcher.validateService
(String aService, String aRequestType, ILcdRequest aRequest) -
Uses of TLcdOGCServiceException in com.luciad.ogc.wfs
Subclasses of TLcdOGCServiceException in com.luciad.ogc.wfsModifier and TypeClassDescriptionclass
Class for OGC WFS service exceptions.Methods in com.luciad.ogc.wfs with parameters of type TLcdOGCServiceExceptionModifier and TypeMethodDescriptionprotected void
TLcdWFSCommandDispatcher.handleServiceException
(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) Methods in com.luciad.ogc.wfs that throw TLcdOGCServiceExceptionModifier and TypeMethodDescriptionALcdOGCWFSCommandDispatcherFactory.createCommandDispatcher
(ILcdInitializationConfig aConfig) Called during servlet initialization to create a command dispatcher.protected ILcdWFSFilteredModelFactory
ALcdOGCWFSCommandDispatcherFactory.createFilteredModelFactory
(ILcdWFSCapabilitiesProvider aCapabilitiesProvider, ILcdOGCModelProvider aModelProvider) Creates anILcdWFSFilteredModelFactory
.protected ILcdWFSCapabilitiesProvider
ALcdOGCWFSCommandDispatcherFactory.createWFSCapabilitiesProvider
(ILcdInitializationConfig aConfig, ILcdOGCModelProvider aModelProvider, ILcdModelReferenceFormatter aModelReferenceFormatter, ILcdModelReferenceParser aModelReferenceParser) Creates a WFS capabilities provider.protected String
TLcdWFSCommandDispatcher.validateService
(String aService, String aRequestType, ILcdRequest aRequest)