Uses of Class
org.geotools.index.rtree.cachefs.FileSystemNode

Packages that use FileSystemNode
org.geotools.index.rtree.cachefs   
 

Uses of FileSystemNode in org.geotools.index.rtree.cachefs
 

Methods in org.geotools.index.rtree.cachefs that return FileSystemNode
 FileSystemNode Parameters.getFromCache(long offset)
          Gets a FileSystemNode from the cache, if the node is non there, a new node will be created and added to the cache.
 

Methods in org.geotools.index.rtree.cachefs with parameters of type FileSystemNode
 void Parameters.putToCache(FileSystemNode node)
          Soters a FileSystemNode in the cache.
 void Parameters.removeFromCache(FileSystemNode node)
          Removes a node from the cache
 



Copyright © GeoTools. All Rights Reserved.