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
Methods in org.apache.sis.image with parameters of type ErrorHandler.ReportModifier and TypeMethodDescriptionvoidErrorHandler.handle(ErrorHandler.Report details) Invoked after errors occurred in one or many tiles. -
Uses of ErrorHandler.Report in org.apache.sis.internal.coverage.j2d
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.