| 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 BasicCacheVisitor.Key |
BasicCacheVisitor.Key.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicCacheVisitor.Key[] |
BasicCacheVisitor.Key.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCacheVisitor.setFilter(BasicCacheVisitor.Key key,
Object value)
Set a single filter condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicCacheVisitor.setFilters(Map<BasicCacheVisitor.Key,Object> params)
Set filter conditions.
|
Copyright © 2009–2018. All rights reserved.