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 TilePlaceholder
MaskedImage.emptyTiles
A provider of empty tiles.private TilePlaceholder
PrefetchedImage.placeholderPixels
If error(s) occurred while computing one or more tiles, data shared byRaster
placeholders. -
Uses of TilePlaceholder in org.apache.sis.internal.coverage.j2d
Subclasses of TilePlaceholder in org.apache.sis.internal.coverage.j2dModifier and TypeClassDescriptionprivate static final class
A provider of tile placeholder with a fill value.private static final class
A 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 TilePlaceholder
TilePlaceholder.BufferRef.owner
Prevents 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.CACHE
Cache of empty tiles for different sample models.Methods in org.apache.sis.internal.coverage.j2d that return TilePlaceholderModifier and TypeMethodDescriptionstatic TilePlaceholder
TilePlaceholder.empty
(SampleModel model) Returns a provider of empty tiles for the given sample model.static TilePlaceholder
TilePlaceholder.filled
(SampleModel model, Number fillValue) Returns a provider of empty tiles filled with the given value in all bands.static TilePlaceholder
TilePlaceholder.filled
(SampleModel model, FillValues fill) Returns a provider of empty tiles filled with the given values.static TilePlaceholder
TilePlaceholder.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 TilePlaceholder
DataSubset.emptyTiles
Provider of empty tiles, created only if needed.