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.ReportPrefetchedImage.errorReportNon-null if errors should be handled duringPrefetchedImage.getTile(int, int)execution for tiles outside the area of interest specified at construction time.private ErrorHandler.ReportAnnotatedImage.errorsThe errors that occurred while computing the result, ornullif none or not yet determined.Methods in org.apache.sis.image with parameters of type ErrorHandler.ReportModifier and TypeMethodDescriptionvoidErrorAction.handle(ErrorHandler.Report details) Logs the given record or throws its exception, depending onthisenumeration value.voidErrorHandler.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.ReportTileOpExecutor.Cursor.errorsThe errors that occurred while computing a tile.Methods in org.apache.sis.internal.coverage.j2d with parameters of type ErrorHandler.ReportModifier and TypeMethodDescriptionvoidTileErrorHandler.publish(ErrorHandler.Report report) If the given report is non-empty, sends it to the error handler.