| Package | Description |
|---|---|
| org.jaitools.tilecache |
An implementation of
TileCache which can use disk caching to
supplement memory, allowing large volumes of image data to be handled. |
| Modifier and Type | Method and Description |
|---|---|
Collection<DiskCachedTile> |
BasicCacheVisitor.getTiles()
Returns an unmodifiable collection of tiles retrieved from
the cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiskMemTileCacheVisitor.visit(DiskCachedTile tile,
boolean isResident)
Called by the cache once for each tile
|
void |
BasicCacheVisitor.visit(DiskCachedTile tile,
boolean isResident)
This method is called by the cache for each tile in turn.
|
Copyright © 2009–2018. All rights reserved.