| Package | Description |
|---|---|
| com.vividsolutions.jts.index.bintree |
Contains classes that implement a Binary Interval Tree index
|
| Modifier and Type | Class and Description |
|---|---|
class |
Node
A node of a
Bintree.
|
class |
Root
The root node of a single
Bintree.
|
| Modifier and Type | Method and Description |
|---|---|
NodeBase |
Node.find(Interval
Returns the smallest
existing node containing the envelope.
|