Uses of Class
com.luciad.ogc.common.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
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
Extension of TLcdOGCServiceException, containing specific error messages and codes for CSW service exceptions.Modifier 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
Modifier and TypeClassDescriptionclass
Class for OGC WCS service exceptions.Modifier and TypeMethodDescriptionprotected void
TLcdWCSCommandDispatcher.handleServiceException
(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) Modifier 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
Modifier and TypeClassDescriptionclass
Class for OGC WFS service exceptions.Modifier and TypeMethodDescriptionprotected void
TLcdWFSCommandDispatcher.handleServiceException
(ILcdResponse aResponse, TLcdOGCServiceException aException, ILcdRequest aRequest) Modifier 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)