deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.io.rtree.RTreeException

Packages that use RTreeException
org.deegree.io.rtree   
 

Uses of RTreeException in org.deegree.io.rtree
 

Methods in org.deegree.io.rtree that throw RTreeException
 void RTree.close()
          Closes the rtree.
 Object[] RTree.contains(HyperBoundingBox box)
          Searches all entries in the R-Tree whose HyperBoundingBoxes contain the given.
 boolean RTree.delete(HyperBoundingBox box)
          Deletes all entries from the R-Tree with given HyperBoundingBox
 boolean RTree.delete(HyperBoundingBox box, int objID)
          Deletes an entry from the RTree.
 Object[] RTree.find(HyperBoundingBox box)
          Retrieves all entries with the given HyperBoundingBox.
 boolean RTree.insert(Object obj, HyperBoundingBox box)
          Inserts the given Object associated with the given HyperBoundingBox object into the R-Tree.
 Object[] RTree.intersects(HyperBoundingBox box)
          Searches all entries in the R-Tree whose HyperBoundingBoxes intersect with the given.
 double[] RTree.nearestNeighbour(HyperPoint point)
          Queries the nearest neighbour to given search HyperPoint
 

Constructors in org.deegree.io.rtree that throw RTreeException
RTree(int dimension, int maxLoad)
          Creates an empty R-Tree with a memory-mapped pagefile (MemoryPageFile) and an empty root node
RTree(int dimension, int maxLoad, String fileName)
          Creates an empty R-Tree with a persistent pagefile (PersistentPageFile) and an empty root node.
RTree(String fileName)
          Creates an R-Tree from an EXISTING persistent pagefile (PersistentPageFile).
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org