Uses of Class
org.apache.sis.image.ComputedImage
Packages that use ComputedImage
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.
-
Uses of ComputedImage in org.apache.sis.image
Subclasses of ComputedImage in org.apache.sis.imageModifier 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.(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).Fields in org.apache.sis.image with type parameters of type ComputedImageModifier and TypeFieldDescriptionprivate Reference<ComputedImage>
ResampledImage.mask
PlanarImage.MASK_KEY
value, computed when first requested.private Reference<ComputedImage>
ResampledImage.positionalConsistency
ResampledImage.POSITIONAL_CONSISTENCY_KEY
value, computed when first requested.Methods in org.apache.sis.image that return types with arguments of type ComputedImageModifier and TypeMethodDescription(package private) final Reference<ComputedImage>
ComputedImage.reference()
Returns a weak reference to this image.Constructors in org.apache.sis.image with parameters of type ComputedImageModifierConstructorDescription(package private)
ComputedTiles
(ComputedImage image, WritableRenderedImage[] ws) Creates a new weak reference to the given image and registers thisComputedTiles
as a listener of all given sources. -
Uses of ComputedImage in org.apache.sis.internal.coverage.j2d
Subclasses of ComputedImage in org.apache.sis.internal.coverage.j2dModifier and TypeClassDescriptionclass
A computed image for which it is more efficient to compute tiles in batch instead of one-by-one. -
Uses of ComputedImage in org.apache.sis.internal.storage
Subclasses of ComputedImage in org.apache.sis.internal.storageModifier and TypeClassDescription(package private) final class
A rendered image where tiles are loaded only when first needed.