Uses of Interface
org.apache.sis.image.ErrorHandler
Packages that use ErrorHandler
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
A set of helper classes for the SIS implementation backed by Java2D.
Helper classes for the rendering of grid coverages.
-
Uses of ErrorHandler in org.apache.sis.image
Fields in org.apache.sis.image declared as ErrorHandlerModifier and TypeFieldDescriptionstatic final ErrorHandlerErrorHandler.LOGExceptions are wrapped in aLogRecordand logged, usually atLevel.WARNING.static final ErrorHandlerErrorHandler.THROWExceptions are wrapped in anImagingOpExceptionand thrown.Methods in org.apache.sis.image that return ErrorHandlerModifier and TypeMethodDescriptionImageProcessor.getErrorHandler()Returns whether exceptions occurring during computation are propagated or logged.Methods in org.apache.sis.image with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidImageProcessor.setErrorHandler(ErrorHandler handler) Sets whether exceptions occurring during computation are propagated or logged. -
Uses of ErrorHandler in org.apache.sis.internal.coverage.j2d
Methods in org.apache.sis.internal.coverage.j2d with parameters of type ErrorHandlerModifier and TypeMethodDescriptionfinal voidTileOpExecutor.setErrorHandler(ErrorHandler handler, Class<?> sourceClass, String sourceMethod) Sets the handler where to report exceptions.Constructors in org.apache.sis.internal.coverage.j2d with parameters of type ErrorHandlerModifierConstructorDescriptionTileErrorHandler(ErrorHandler handler, Class<?> sourceClass, String sourceMethod) Creates a new tile error handler. -
Uses of ErrorHandler in org.apache.sis.internal.map.coverage
Constructors in org.apache.sis.internal.map.coverage with parameters of type ErrorHandlerModifierConstructorDescriptionRenderingData(ErrorHandler errorHandler) Creates a new instance initialized to no image.