| 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 | Class and Description |
|---|---|
class |
BasicCacheVisitor
A basic visitor class for
DiskMemTileCache that can be used
to examine cache contents. |
| Modifier and Type | Method and Description |
|---|---|
void |
DiskMemTileCache.accept(DiskMemTileCacheVisitor visitor)
Accepts a
DiskMemCacheVisitor object and calls its
visit method for each tile in the cache. |
Copyright © 2009–2020. All rights reserved.