|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode
com.vividsolutions.jts.index.intervalrtree.IntervalRTreeBranchNode
Nested Class Summary |
Nested classes inherited from class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode |
IntervalRTreeNode.NodeComparator |
Field Summary |
Fields inherited from class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode |
max, min |
Constructor Summary | |
IntervalRTreeBranchNode(IntervalRTreeNode n1,
IntervalRTreeNode n2)
|
Method Summary | |
void |
query(double queryMin,
double queryMax,
ItemVisitor visitor)
|
Methods inherited from class com.vividsolutions.jts.index.intervalrtree.IntervalRTreeNode |
getMax, getMin, intersects, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IntervalRTreeBranchNode(IntervalRTreeNode n1, IntervalRTreeNode n2)
Method Detail |
public void query(double queryMin, double queryMax, ItemVisitor visitor)
query
in class IntervalRTreeNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |