Uses of Class
org.apache.sis.image.TileCache.Key
Packages that use TileCache.Key
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of TileCache.Key in org.apache.sis.image
Fields in org.apache.sis.image with type parameters of type TileCache.KeyModifier and TypeFieldDescriptionprivate final Map
<TileCache.Key, Integer> ComputedTiles.cachedTiles
Indices of all cached tiles.Methods in org.apache.sis.image with parameters of type TileCache.KeyModifier and TypeMethodDescription(package private) final boolean
ComputedTiles.endWrite
(TileCache.Key key, boolean success) Decrements the count of writers for the specified tile.(package private) final boolean
ComputedTiles.isTileDirty
(TileCache.Key key) Returnstrue
if the specified tile needs to be recomputed.(package private) final boolean
ComputedTiles.isTileWritable
(TileCache.Key key) Returnstrue
if the specified tile is checked out for a write operation.(package private) final boolean
ComputedTiles.startWrite
(TileCache.Key key) Increments the count of writers for the specified tile.(package private) final boolean
ComputedTiles.trySetComputing
(TileCache.Key key) If the specified tile is absent orComputedTiles.DIRTY
, sets its status toComputedTiles.COMPUTING
and returnstrue
.