Uses of Class
org.apache.sis.internal.coverage.j2d.TilePlaceholder
Packages that use TilePlaceholder
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.
Maps GeoTIFF tags to ISO metadata and read raster data as coverages.
-
Uses of TilePlaceholder in org.apache.sis.image
Fields in org.apache.sis.image declared as TilePlaceholderModifier and TypeFieldDescriptionprivate TilePlaceholderMaskedImage.emptyTilesA provider of empty tiles.private TilePlaceholderPrefetchedImage.placeholderPixelsIf error(s) occurred while computing one or more tiles, data shared byRasterplaceholders. -
Uses of TilePlaceholder in org.apache.sis.internal.coverage.j2d
Subclasses of TilePlaceholder in org.apache.sis.internal.coverage.j2dModifier and TypeClassDescriptionprivate static final classA provider of tile placeholder with a fill value.private static final classA provider of tile placeholder with a white border and white cross in the tile.Fields in org.apache.sis.internal.coverage.j2d declared as TilePlaceholderModifier and TypeFieldDescriptionprivate TilePlaceholderTilePlaceholder.BufferRef.ownerPrevents the enclosing class to be garbage-collected too early by theCACHE.Fields in org.apache.sis.internal.coverage.j2d with type parameters of type TilePlaceholderModifier and TypeFieldDescriptionprivate static final WeakHashSet<TilePlaceholder>TilePlaceholder.CACHECache of empty tiles for different sample models.Methods in org.apache.sis.internal.coverage.j2d that return TilePlaceholderModifier and TypeMethodDescriptionstatic TilePlaceholderTilePlaceholder.empty(SampleModel model) Returns a provider of empty tiles for the given sample model.static TilePlaceholderTilePlaceholder.filled(SampleModel model, Number fillValue) Returns a provider of empty tiles filled with the given value in all bands.static TilePlaceholderTilePlaceholder.filled(SampleModel model, FillValues fill) Returns a provider of empty tiles filled with the given values.static TilePlaceholderTilePlaceholder.withCross(RenderedImage image) Returns a source of "empty" tiles with a white border and a white cross.Constructors in org.apache.sis.internal.coverage.j2d with parameters of type TilePlaceholderModifierConstructorDescription(package private)BufferRef(TilePlaceholder owner, DataBuffer buffer) Creates a new reference to the given buffer. -
Uses of TilePlaceholder in org.apache.sis.storage.geotiff
Fields in org.apache.sis.storage.geotiff declared as TilePlaceholderModifier and TypeFieldDescriptionprivate TilePlaceholderDataSubset.emptyTilesProvider of empty tiles, created only if needed.