deegree 2.1 (2007/11/08 09:57 build-328-official)

Uses of Class
org.deegree.io.quadtree.IndexException

Packages that use IndexException
org.deegree.io.quadtree   
 

Uses of IndexException in org.deegree.io.quadtree
 

Methods in org.deegree.io.quadtree that throw IndexException
(package private)  void DBNode.create()
          creates a new node with current ID and envelope
protected  void DBQuadtreeManagerWithNumberId.createDataTable(String fileName)
          creates table the shape data shall be stored
protected  void DBQuadtreeManager.createDataTable(String fileName)
          creates table the shape data shall be stored
protected  String DBQuadtreeManager.getDatabaseType(int dataTypeCode)
          returns the type name for a generic type code as used by SQLServer
 Quadtree DBQuadtreeManager.getQuadtree()
          returns the current Quadtree
 Envelope MemPointQuadtree.getRootBoundingBox()
           
 Envelope Quadtree.getRootBoundingBox()
          returns the bounding box covered by the quadtrees root node
 Envelope DBQuadtree.getRootBoundingBox()
           
protected  int DBQuadtreeManager.initQuadtree(String fileName)
          initializes a new Quadtree by adding a row into table TAB_QUADTREE and into TAB_QTNODE (-> root node)
protected  void DBQuadtreeManager.initRootNode(String fileName)
          initializes the root node of the quadtree
 void MemPointQuadtree.insert(Object item, Envelope envelope)
          Inserts the item with the envelope into the quadtree.
 void MemPointNode.insert(Object item, Envelope itemEnv)
          Inserts the item into the quadtree.
 void Quadtree.insert(Object item, Envelope envelope)
          inserts a new item into the quadtree
 void DBQuadtree.insert(Object item, Envelope envelope)
           
 void Node.insert(Object item, Envelope itemEnv)
          inserts a new item into the quadtree
 void DBNode.insert(Object item, Envelope itemEnv)
           
 void MemPointQuadtree.insert(Object item, Point point)
          Inserts the item with the given point as envelope.
 void Quadtree.insert(Object item, Point point)
          inserts a new item into the quadtree
 void DBQuadtree.insert(Object item, Point point)
           
 void DBQuadtreeManager.insertIndexMetadata(int fk_indexTree)
           
protected  Quadtree DBQuadtreeManager.loadQuadtree()
          loads an already existing quadtree
 List MemPointQuadtree.query(Envelope envelope)
          Searches for all items intersecting with the envelope.
 List Quadtree.query(Envelope envelope)
          returns a List containing all items whose envelope intersects with the passed one
 List<Object> DBQuadtree.query(Envelope envelope)
           
 List<Object> MemPointNode.query(Envelope searchEnv, List<Object> visitor, int level)
          Searches for all items intersecting the search envelope.
 List<Object> Node.query(Envelope searchEnv, List<Object> visitor, int level)
          returns a List containing all items whose envelope intersects with the passed one
 List<Object> DBNode.query(Envelope searchEnv, List<Object> visitor, int level)
           
 

Constructors in org.deegree.io.quadtree that throw IndexException
DBNode(String id, Envelope env, DBQuadtree qt, String indexName, JDBCConnection jdbc, int level)
           
DBQuadtree(int id, String indexName, JDBCConnection jdbc)
          initializes a quadtree already existing in a database
DBQuadtree(int id, String indexName, JDBCConnection jdbc, double accuracyX, double accuracyY)
          initializes a quadtree already existing in a database
 


deegree 2.1 (2007/11/08 09:57 build-328-official)

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