Package | Description |
---|---|
org.locationtech.jts.index.bintree |
Contains classes that implement a Binary Interval Tree index
|
Modifier and Type | Class | Description |
---|---|---|
class |
Node |
A node of a
Bintree . |
class |
Root |
The root node of a single
Bintree . |
Modifier and Type | Method | Description |
---|---|---|
NodeBase |
Node.find(Interval searchInterval) |
Returns the smallest existing
node containing the envelope.
|
Copyright © 2018. All rights reserved.