Uses of Interface
com.luciad.util.ILcdExceptionHandler
Packages that use ILcdExceptionHandler
Package
Description
Provides classes for
ILcdEarthTileSets with terrain data.Provides 2D visualization support for
ILcdEarthTileSets.Provides classes and interfaces for decoding and displaying ASDI data, version 5.4.
Provides classes and interfaces for decoding and displaying ASTERIX data.
This package provides a set of KML utility classes.
This package provides a decoder and a encoder for the KML 2.2 format.
Client API for an OGC Web Coverage Service (WCS).
Client API for an OGC Web Feature Service (WFS).
Provides two-dimensional views and components supporting the visualization of the former's representation.
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
-
Uses of ILcdExceptionHandler in com.luciad.earth.tileset.terrain
Methods in com.luciad.earth.tileset.terrain that return ILcdExceptionHandlerModifier and TypeMethodDescriptionTLcdEarthTileSetElevationProvider.getExceptionHandler()Returns the exception handler that is used to handle exceptions that occur during tile retrieval.Methods in com.luciad.earth.tileset.terrain with parameters of type ILcdExceptionHandlerModifier and TypeMethodDescriptionvoidTLcdEarthTileSetElevationProvider.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) Sets the exception handler that is used to handle exceptions that occur during tile retrieval. -
Uses of ILcdExceptionHandler in com.luciad.earth.view.gxy
Methods in com.luciad.earth.view.gxy that return ILcdExceptionHandlerModifier and TypeMethodDescriptionALcdEarthGXYPainter.getExceptionHandler()Returns the exception handler that is used to handle exceptions that occur during tile retrieval.Methods in com.luciad.earth.view.gxy with parameters of type ILcdExceptionHandlerModifier and TypeMethodDescriptionvoidALcdEarthGXYPainter.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) Sets the exception handler that is used to handle exceptions that occur during tile retrieval.voidTLcdEarthGXYMultivaluedRasterPainter.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) voidTLcdEarthGXYRasterPainter.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) -
Uses of ILcdExceptionHandler in com.luciad.format.asdi
Methods in com.luciad.format.asdi that return ILcdExceptionHandlerModifier and TypeMethodDescriptionTLcdASDIFileReplayInputStream.getExceptionHandler()Returns the exception handler.Methods in com.luciad.format.asdi with parameters of type ILcdExceptionHandlerModifier and TypeMethodDescriptionvoidTLcdASDIFileReplayInputStream.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) Sets the exception handler. -
Uses of ILcdExceptionHandler in com.luciad.format.asterix
Methods in com.luciad.format.asterix that return ILcdExceptionHandlerModifier and TypeMethodDescriptionTLcdASTERIXFinalReplayInputStream.getExceptionHandler()Returns the exception handler.Methods in com.luciad.format.asterix with parameters of type ILcdExceptionHandlerModifier and TypeMethodDescriptionvoidTLcdASTERIXFinalReplayInputStream.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) Sets the exception handler. -
Uses of ILcdExceptionHandler in com.luciad.format.kml22.util
Methods in com.luciad.format.kml22.util that return ILcdExceptionHandlerModifier and TypeMethodDescriptionTLcdKML22ResourceProvider.getExceptionHandler()Returns the exception handler of this resource provider.Methods in com.luciad.format.kml22.util with parameters of type ILcdExceptionHandlerModifier and TypeMethodDescriptionvoidTLcdKML22ResourceProvider.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) Sets the exception handler of this resource provider. -
Uses of ILcdExceptionHandler in com.luciad.format.kml22.xml
Methods in com.luciad.format.kml22.xml that return ILcdExceptionHandlerModifier and TypeMethodDescriptionTLcdKML22ModelDecoder.getExceptionHandler()Gets the exception handler used by this model decoderMethods in com.luciad.format.kml22.xml with parameters of type ILcdExceptionHandlerModifier and TypeMethodDescriptionvoidTLcdKML22ModelDecoder.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) Sets the exception handler to use by this model decoder. -
Uses of ILcdExceptionHandler in com.luciad.ogc.wcs.client
Methods in com.luciad.ogc.wcs.client that return ILcdExceptionHandlerModifier and TypeMethodDescriptionTLcdWCSProxy.getExceptionHandler()Returns the current exception handler.Methods in com.luciad.ogc.wcs.client with parameters of type ILcdExceptionHandlerModifier and TypeMethodDescriptionvoidTLcdWCSProxy.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) Sets an exception handler to use when exceptions occur while connecting to the WCS. -
Uses of ILcdExceptionHandler in com.luciad.ogc.wfs.client
Methods in com.luciad.ogc.wfs.client with parameters of type ILcdExceptionHandlerModifier and TypeMethodDescriptionvoidTLcdWFSProxyModel.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) Sets an exception handler. -
Uses of ILcdExceptionHandler in com.luciad.view.gxy
Methods in com.luciad.view.gxy with parameters of type ILcdExceptionHandlerModifier and TypeMethodDescriptionvoidTLcdGXYViewFitAction.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) Handles the exceptions thrown when fitting to a layer failed. -
Uses of ILcdExceptionHandler in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return ILcdExceptionHandlerModifier and TypeMethodDescriptionALcdWMSProxy.getExceptionHandler()Returns the exception handler of thisALcdWMSProxyMethods in com.luciad.wms.client.model with parameters of type ILcdExceptionHandlerModifier and TypeMethodDescriptionvoidALcdWMSProxy.setExceptionHandler(ILcdExceptionHandler aExceptionHandler) Sets the exception handler which is to be used by this proxy.