|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectes.unex.sextante.tin.linearIsolinesFromTin.BinaryTree
public class BinaryTree
| Constructor Summary | |
|---|---|
BinaryTree()
|
|
| Method Summary | |
|---|---|
void |
insert(com.vividsolutions.jts.geom.Coordinate pointKey,
java.lang.Integer data)
The method inserts new object into tree |
void |
remove(com.vividsolutions.jts.geom.Coordinate pointKey)
The method removes object from tree |
java.lang.Object |
search(com.vividsolutions.jts.geom.Coordinate pointKey)
The method searchs object with pointKey index |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryTree()
| Method Detail |
|---|
public void insert(com.vividsolutions.jts.geom.Coordinate pointKey,
java.lang.Integer data)
pointKey - -
index of objectdata - -
integer index of object to main data structurepublic void remove(com.vividsolutions.jts.geom.Coordinate pointKey)
pointKey - -
index of objectpublic java.lang.Object search(com.vividsolutions.jts.geom.Coordinate pointKey)
pointKey - -
index of object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||