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.
Utility classes for the implementation of SIS storage classes.
Symbology and map representations, together with a rendering engine for display.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Addition to the collection framework.
-
Uses of Disposable in org.apache.sis.image
Classes in org.apache.sis.image that implement DisposableModifier and TypeClassDescription(package private) class
An image where each sample value is computed independently of other sample values and independently of neighbor points.private static final class
ABandedSampleConverter
capable to retro-propagate the changes to the source coverage.(package private) final class
Selects or reorder bands from a source image.class
An image with tiles computed on-the-fly and cached for future reuse.(package private) final class
Weak reference to aComputedImage
image together with information about tile status.(package private) final class
An image which is the result of clearing all pixels inside or outside a geometry.(package private) final class
Mask of missing values.(package private) final class
Estimation of positional error for each pixel in an image computed byResampledImage
.class
An image which is the result of resampling the pixel values of another image.(package private) class
An image computed from a single source and sharing the same coordinate system.(package private) final class
Image generated for visualization purposes only (not to be used for computation purposes).Methods in org.apache.sis.image that return DisposableModifier and TypeMethodDescriptionprotected Disposable
Notifies the source image that tiles will be computed soon in the given region.protected 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.(package private) 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.protected Disposable
Notifies 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 TypeClassDescriptionclass
A computed image for which it is more efficient to compute tiles in batch instead of one-by-one.private final class
The set of tiles fetched by a single call toBatchComputedImage.prefetch(Rectangle)
.private static final class
Weak reference to a data buffer.Methods in org.apache.sis.internal.coverage.j2d that return DisposableModifier and TypeMethodDescriptionprotected Disposable
Notifies this image that tiles will be computed soon in the given region. -
Uses of Disposable in org.apache.sis.internal.storage
Classes in org.apache.sis.internal.storage that implement DisposableModifier and TypeClassDescription(package private) final class
A rendered image where tiles are loaded only when first needed. -
Uses of Disposable in org.apache.sis.portrayal
Classes in org.apache.sis.portrayal that implement DisposableModifier and TypeClassDescriptionclass
A listener of displacements in a source canvas which can reproduce the same displacement in a target canvas. -
Uses of Disposable in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement DisposableModifier and TypeClassDescriptionprivate static final class
A hook to be executed either when theConcurrentAuthorityFactory
is collected by the garbage collector, when the Java Virtual Machine is shutdown, or when the module is uninstalled by the OSGi or Servlet container. -
Uses of Disposable in org.apache.sis.referencing.factory.sql
Classes in org.apache.sis.referencing.factory.sql that implement DisposableModifier and TypeClassDescription(package private) final class
Closes JDBC statements whenAuthorityCodes
is garbage collected. -
Uses of Disposable in org.apache.sis.util.collection
Classes in org.apache.sis.util.collection that implement DisposableModifier and TypeClassDescriptionprivate final class
A soft reference which removes itself from the cache when the reference is garbage-collected.private final class
A weak reference which removes itself from the cache when the reference is garbage-collected.(package private) class
WeakEntry<E>
A weak reference to an element in aWeakHashSet
orWeakValueHashMap
.private final class
A weak reference to an element.private final class
An entry in theWeakValueHashMap
.