| 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 |
|---|---|
static DiskCachedTile.TileAction |
DiskCachedTile.TileAction.get(int actionValue)
Reverse lookup.
|
static DiskCachedTile.TileAction |
DiskCachedTile.TileAction.getDefault()
The default action.
|
static DiskCachedTile.TileAction |
DiskCachedTile.TileAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiskCachedTile.TileAction[] |
DiskCachedTile.TileAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2018. All rights reserved.