Uses of Interface
com.bc.ceres.jai.tilecache.SwapSpace
-
Packages that use SwapSpace Package Description com.bc.ceres.jai.tilecache -
-
Uses of SwapSpace in com.bc.ceres.jai.tilecache
Classes in com.bc.ceres.jai.tilecache that implement SwapSpace Modifier and Type Class Description class
DefaultSwapSpace
The default implementation of theSwapSpace
interface.Constructors in com.bc.ceres.jai.tilecache with parameters of type SwapSpace Constructor Description SwappingTileCache(long memoryCapacity, SwapSpace swapSpace)
Constructor.
-