Uses of Class
org.jaitools.tilecache.BasicCacheVisitor.Key

Packages that use BasicCacheVisitor.Key
org.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 org.jaitools.tilecache
 

Methods in org.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 org.jaitools.tilecache with parameters of type BasicCacheVisitor.Key
 void BasicCacheVisitor.setFilter(BasicCacheVisitor.Key key, Object value)
          Set a single filter condition.
 

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



Copyright © 2009-2015. All Rights Reserved.