Uses of Interface
com.luciad.util.ILcdExceptionHandler
Package
Description
Provides classes for
ILcdEarthTileSet
s with terrain data.Provides 2D visualization support for
ILcdEarthTileSet
s.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
Modifier and TypeMethodDescriptionTLcdEarthTileSetElevationProvider.getExceptionHandler()
Returns the exception handler that is used to handle exceptions that occur during tile retrieval.Modifier and TypeMethodDescriptionvoid
TLcdEarthTileSetElevationProvider.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
Modifier and TypeMethodDescriptionALcdEarthGXYPainter.getExceptionHandler()
Returns the exception handler that is used to handle exceptions that occur during tile retrieval.Modifier and TypeMethodDescriptionvoid
ALcdEarthGXYPainter.setExceptionHandler
(ILcdExceptionHandler aExceptionHandler) Sets the exception handler that is used to handle exceptions that occur during tile retrieval.void
TLcdEarthGXYMultivaluedRasterPainter.setExceptionHandler
(ILcdExceptionHandler aExceptionHandler) void
TLcdEarthGXYRasterPainter.setExceptionHandler
(ILcdExceptionHandler aExceptionHandler) -
Uses of ILcdExceptionHandler in com.luciad.format.asdi
Modifier and TypeMethodDescriptionTLcdASDIFileReplayInputStream.getExceptionHandler()
Returns the exception handler.Modifier and TypeMethodDescriptionvoid
TLcdASDIFileReplayInputStream.setExceptionHandler
(ILcdExceptionHandler aExceptionHandler) Sets the exception handler. -
Uses of ILcdExceptionHandler in com.luciad.format.asterix
Modifier and TypeMethodDescriptionTLcdASTERIXFinalReplayInputStream.getExceptionHandler()
Returns the exception handler.Modifier and TypeMethodDescriptionvoid
TLcdASTERIXFinalReplayInputStream.setExceptionHandler
(ILcdExceptionHandler aExceptionHandler) Sets the exception handler. -
Uses of ILcdExceptionHandler in com.luciad.format.kml22.util
Modifier and TypeMethodDescriptionTLcdKML22ResourceProvider.getExceptionHandler()
Returns the exception handler of this resource provider.Modifier and TypeMethodDescriptionvoid
TLcdKML22ResourceProvider.setExceptionHandler
(ILcdExceptionHandler aExceptionHandler) Sets the exception handler of this resource provider. -
Uses of ILcdExceptionHandler in com.luciad.format.kml22.xml
Modifier and TypeMethodDescriptionTLcdKML22ModelDecoder.getExceptionHandler()
Gets the exception handler used by this model decoderModifier and TypeMethodDescriptionvoid
TLcdKML22ModelDecoder.setExceptionHandler
(ILcdExceptionHandler aExceptionHandler) Sets the exception handler to use by this model decoder. -
Uses of ILcdExceptionHandler in com.luciad.ogc.wcs.client
Modifier and TypeMethodDescriptionTLcdWCSProxy.getExceptionHandler()
Returns the current exception handler.Modifier and TypeMethodDescriptionvoid
TLcdWCSProxy.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
Modifier and TypeMethodDescriptionvoid
TLcdWFSProxyModel.setExceptionHandler
(ILcdExceptionHandler aExceptionHandler) Sets an exception handler. -
Uses of ILcdExceptionHandler in com.luciad.view.gxy
Modifier and TypeMethodDescriptionvoid
TLcdGXYViewFitAction.setExceptionHandler
(ILcdExceptionHandler aExceptionHandler) Handles the exceptions thrown when fitting to a layer failed. -
Uses of ILcdExceptionHandler in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionALcdWMSProxy.getExceptionHandler()
Returns the exception handler of thisALcdWMSProxy
Modifier and TypeMethodDescriptionvoid
ALcdWMSProxy.setExceptionHandler
(ILcdExceptionHandler aExceptionHandler) Sets the exception handler which is to be used by this proxy.