|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.unh.sdb.datasource.ARRSNode
edu.unh.sdb.datasource.ARRSInternalNode
edu.unh.sdb.datasource.KDNode
public class KDNode
| Field Summary |
|---|
| Fields inherited from class edu.unh.sdb.datasource.ARRSInternalNode |
|---|
firstChildId, lastChildId, numChildren |
| Fields inherited from class edu.unh.sdb.datasource.ARRSNode |
|---|
baseBounds, cellSource, nodeId, path, siblingId |
| Constructor Summary | |
|---|---|
KDNode(ISBounds bounds)
Constructor takes a single ISbounds |
|
KDNode(ISBounds bounds,
CellIndexable cellSource)
Constructor takes a ISbounds and a CellIndexable |
|
KDNode(KDNode src)
Copy constructor |
|
| Method Summary | |
|---|---|
ARRSNode |
copy()
copy method creates references to all components, not copies. |
int |
maxChildren()
return maximum number child nodes (always 2 for kd-tree) |
| Methods inherited from class edu.unh.sdb.datasource.ARRSInternalNode |
|---|
addChild, addNode, getChild, getChildID, getChildren, getFirstChildID, getLastChildID, getNumChildren, setFirstChildID, setLastChildID |
| Methods inherited from class edu.unh.sdb.datasource.ARRSNode |
|---|
getBaseBounds, getCellIndexable, getID, getPath, getSibling, getSiblingID, setBaseBounds, setCellIndexable, setID, setNodePath, setSibling |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KDNode(ISBounds bounds)
public KDNode(ISBounds bounds,
CellIndexable cellSource)
public KDNode(KDNode src)
| Method Detail |
|---|
public ARRSNode copy()
copy in class ARRSNodepublic int maxChildren()
maxChildren in class ARRSInternalNode
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||