|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface describing a spatial search tree.
| Method Summary | |
void |
close()
Closes the tree. |
int |
getHeight()
Returns the height of the tree. |
int |
getNumOfDimensions()
Returns the number of dimensions. |
SpatialSearchTreeNode |
getRoot()
Returns the root. |
void |
insert(SpatialSearchTreeObject obj)
Inserts the object into the tree. |
boolean |
remove(SpatialSearchTreeObject obj)
Removes an object from the tree. |
| Method Detail |
public void close()
public int getHeight()
public int getNumOfDimensions()
public SpatialSearchTreeNode getRoot()
public void insert(SpatialSearchTreeObject obj)
obj - spatial searchtree objectpublic boolean remove(SpatialSearchTreeObject obj)
obj - the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||