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.cachedTilesIndices of all cached tiles.Methods in org.apache.sis.image with parameters of type TileCache.KeyModifier and TypeMethodDescription(package private) final booleanComputedTiles.endWrite(TileCache.Key key, boolean success) Decrements the count of writers for the specified tile.(package private) final booleanComputedTiles.isTileDirty(TileCache.Key key) Returnstrueif the specified tile needs to be recomputed.(package private) final booleanComputedTiles.isTileWritable(TileCache.Key key) Returnstrueif the specified tile is checked out for a write operation.(package private) final booleanComputedTiles.startWrite(TileCache.Key key) Increments the count of writers for the specified tile.(package private) final booleanComputedTiles.trySetComputing(TileCache.Key key) If the specified tile is absent orComputedTiles.DIRTY, sets its status toComputedTiles.COMPUTINGand returnstrue.