|
JTS Topology Suite - v 1.12 | ||||||||
| 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.IntervalRTreeLeafNode
public class IntervalRTreeLeafNode
| Nested Class Summary |
|---|
| Nested classes/interfaces 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 | |
|---|---|
IntervalRTreeLeafNode(double min,
double max,
java.lang.Object item)
|
|
| 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 IntervalRTreeLeafNode(double min,
double max,
java.lang.Object item)
| Method Detail |
|---|
public void query(double queryMin,
double queryMax,
ItemVisitor visitor)
query in class IntervalRTreeNode
|
JTS Topology Suite - v 1.12 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||