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.
A set of helper classes for the SIS implementation backed by Java2D.
Symbology and map representations, together with a rendering engine for display.
-
Uses of Disposable in org.apache.sis.image
Classes in org.apache.sis.image that implement DisposableModifier and TypeClassDescriptionclassAn image with tiles computed on-the-fly and cached for future reuse.classAn image which is the result of resampling the pixel values of another image.Methods in org.apache.sis.image that return DisposableModifier and TypeMethodDescriptionprotected DisposableNotifies this image that tiles will be computed soon in the given region.protected DisposableNotifies the source image that tiles will be computed soon in the given region. -
Uses of Disposable in org.apache.sis.internal.coverage.j2d
Classes in org.apache.sis.internal.coverage.j2d that implement DisposableModifier and TypeClassDescriptionclassA computed image for which it is more efficient to compute tiles in batch instead of one-by-one.Methods in org.apache.sis.internal.coverage.j2d that return DisposableModifier and TypeMethodDescriptionprotected DisposableNotifies this image that tiles will be computed soon in the given region. -
Uses of Disposable in org.apache.sis.portrayal
Classes in org.apache.sis.portrayal that implement DisposableModifier and TypeClassDescriptionclassA listener of displacements in a source canvas which can reproduce the same displacement in a target canvas.