Uses of Class
org.deegree_impl.io.rtree.PageFile

Packages that use PageFile
org.deegree_impl.io.rtree   
 

Uses of PageFile in org.deegree_impl.io.rtree
 

Subclasses of PageFile in org.deegree_impl.io.rtree
 class MemoryPageFile
          Implementierung eine PageFile im Speicher.
 class PersistentPageFile
          Persistente Implementierung einer PageFile.
 

Fields in org.deegree_impl.io.rtree declared as PageFile
 PageFile RTree.file
           
protected  PageFile Node.file
           
 

Constructors in org.deegree_impl.io.rtree with parameters of type PageFile
NoneLeafNode(int pageNumber, PageFile file)
          Konstruktor NoneLeaf-AbstractNode.
Node(int pageNumber, PageFile pageFile)
          Konstruktor der Klasse AbstractNode.
LeafNode(int pageNumber, PageFile file)
          Konstruktor Leaf-AbstractNode.
LeafNode(PageFile file)
          Konstruktor Leaf-AbstractNode.