| Package | Description |
|---|---|
| org.locationtech.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 searchInterval)
Returns the smallest existing
node containing the envelope.
|
Copyright © 2024. All rights reserved.