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) classAn image where each sample value is computed independently of other sample values and independently of neighbor points.private static final classABandedSampleConvertercapable to retro-propagate the changes to the source coverage.(package private) final classSelects or reorder bands from a source image.classAn image with tiles computed on-the-fly and cached for future reuse.(package private) final classWeak reference to aComputedImageimage together with information about tile status.(package private) final classAn image which is the result of clearing all pixels inside or outside a geometry.(package private) final classMask of missing values.(package private) final classEstimation of positional error for each pixel in an image computed byResampledImage.classAn image which is the result of resampling the pixel values of another image.(package private) classAn image computed from a single source and sharing the same coordinate system.(package private) final classImage generated for visualization purposes only (not to be used for computation purposes).Methods in org.apache.sis.image that return DisposableModifier and TypeMethodDescriptionprotected DisposableNotifies the source image that tiles will be computed soon in the given region.protected 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.(package private) 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.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.private final classThe set of tiles fetched by a single call toBatchComputedImage.prefetch(Rectangle).private static final classWeak reference to a data buffer.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.internal.storage
Classes in org.apache.sis.internal.storage that implement DisposableModifier and TypeClassDescription(package private) final classA 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 TypeClassDescriptionclassA 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 classA hook to be executed either when theConcurrentAuthorityFactoryis 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 classCloses JDBC statements whenAuthorityCodesis garbage collected. -
Uses of Disposable in org.apache.sis.util.collection
Classes in org.apache.sis.util.collection that implement DisposableModifier and TypeClassDescriptionprivate final classA soft reference which removes itself from the cache when the reference is garbage-collected.private final classA weak reference which removes itself from the cache when the reference is garbage-collected.(package private) classWeakEntry<E>A weak reference to an element in aWeakHashSetorWeakValueHashMap.private final classA weak reference to an element.private final classAn entry in theWeakValueHashMap.