Uses of Interface
org.apache.sis.util.Disposable
Packages that use Disposable
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of Disposable in org.apache.sis.image
Classes in org.apache.sis.image that implement DisposableModifier and TypeClassDescriptionclass
An image with tiles computed on-the-fly and cached for future reuse.class
An image which is the result of resampling the pixel values of another image.Methods in org.apache.sis.image that return DisposableModifier and TypeMethodDescriptionprotected Disposable
Notifies this image that tiles will be computed soon in the given region.protected Disposable
Notifies the source image that tiles will be computed soon in the given region.