Uses of Class
jaitools.tilecache.BasicCacheVisitor.Key

Packages that use BasicCacheVisitor.Key
jaitools.tilecache An implementation of TileCache which can use disk caching to supplement memory, allowing large volumes of image data to be handled. 
 

Uses of BasicCacheVisitor.Key in jaitools.tilecache
 

Methods in jaitools.tilecache that return BasicCacheVisitor.Key
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.
 

Methods in jaitools.tilecache with parameters of type BasicCacheVisitor.Key
 void BasicCacheVisitor.setFilter(BasicCacheVisitor.Key key, Object value)
          Set a single filter condition.
 

Method parameters in jaitools.tilecache with type arguments of type BasicCacheVisitor.Key
 void BasicCacheVisitor.setFilters(Map<BasicCacheVisitor.Key,Object> params)
          Set filter conditions.
 



Copyright © 2009-2011. All Rights Reserved.