Uses of Class
org.apache.sis.internal.coverage.j2d.TileErrorHandler
Packages that use TileErrorHandler
Package
Description
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of TileErrorHandler in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d declared as TileErrorHandlerModifier and TypeFieldDescriptionstatic final TileErrorHandlerTileErrorHandler.THROWExceptions are wrapped in anImagingOpExceptionand thrown.Methods in org.apache.sis.internal.coverage.j2d with parameters of type TileErrorHandlerModifier and TypeMethodDescriptionvoidTileErrorHandler.Executor.execute(Runnable action, TileErrorHandler errorHandler) Executes the given action in a mode where errors occurring inRenderedImage.getTile(int, int)are reported to the given handler instead of stopping the operation.