| Package | Description |
|---|---|
| com.vividsolutions.jts.index.bintree |
Contains classes that implement a Binary Interval Tree index
|
| Modifier and Type | Field and Description |
|---|---|
protected Node |
NodeBase.subnode
subnodes are numbered as follows: 0 | 1
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.createExpanded(Node
|
static Node |
Node.createNode(Interval
|
Node |
Node.getNode(Interval
Returns the subnode containing the envelope.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.createExpanded(Node
|