Uses of Class
org.jaitools.tilecache.DiskCachedTile.TileAction

Packages that use DiskCachedTile.TileAction
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 DiskCachedTile.TileAction in org.jaitools.tilecache
 

Methods in org.jaitools.tilecache that return DiskCachedTile.TileAction
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-2015. All Rights Reserved.