org.deegree.commons.index
Class RTreeTest

java.lang.Object
  extended by org.deegree.commons.index.RTreeTest

public class RTreeTest
extends Object

Version:
$Revision: 30119 $, $Date: 2011-03-22 10:02:35 +0100 (Tue, 22 Mar 2011) $
Author:
Andrei Ionita, last edited by: $Author: aschmitz $

Field Summary
 int bigM
           
 RTree<Long> tree
           
 
Constructor Summary
RTreeTest()
           
 
Method Summary
 void loadWikipediaTree()
          With the sample tree from the wikipedia page http://en.wikipedia.org/wiki/File:R-tree.svg
static void printOut(RTree<Long> tree)
           
 void queryTest()
           
 void testFromStorage()
           
 void testRemove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bigM

public int bigM

tree

public RTree<Long> tree
Constructor Detail

RTreeTest

public RTreeTest()
Method Detail

loadWikipediaTree

public void loadWikipediaTree()
With the sample tree from the wikipedia page http://en.wikipedia.org/wiki/File:R-tree.svg

Parameters:
args -

printOut

public static void printOut(RTree<Long> tree)
Parameters:
tree -

queryTest

public void queryTest()

testRemove

public void testRemove()

testFromStorage

public void testFromStorage()
                     throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.