Uses of Class
org.apache.sis.image.ErrorHandler.Report
Packages that use ErrorHandler.Report
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.
-
Uses of ErrorHandler.Report in org.apache.sis.image
Fields in org.apache.sis.image declared as ErrorHandler.ReportModifier and TypeFieldDescriptionprivate ErrorHandler.Report
PrefetchedImage.errorReport
Non-null if errors should be handled duringPrefetchedImage.getTile(int, int)
execution for tiles outside the area of interest specified at construction time.private ErrorHandler.Report
AnnotatedImage.errors
The errors that occurred while computing the result, ornull
if none or not yet determined.Methods in org.apache.sis.image with parameters of type ErrorHandler.ReportModifier and TypeMethodDescriptionvoid
ErrorAction.handle
(ErrorHandler.Report details) Logs the given record or throws its exception, depending onthis
enumeration value.void
ErrorHandler.handle
(ErrorHandler.Report details) Invoked after errors occurred in one or many tiles. -
Uses of ErrorHandler.Report in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d declared as ErrorHandler.ReportModifier and TypeFieldDescriptionprivate final ErrorHandler.Report
TileOpExecutor.Cursor.errors
The errors that occurred while computing a tile.Methods in org.apache.sis.internal.coverage.j2d with parameters of type ErrorHandler.ReportModifier and TypeMethodDescriptionvoid
TileErrorHandler.publish
(ErrorHandler.Report report) If the given report is non-empty, sends it to the error handler.