Package | Description |
---|---|
org.locationtech.jts.index.bintree |
Contains classes that implement a Binary Interval Tree index
|
Modifier and Type | Method | Description |
---|---|---|
static Node |
Node.createExpanded(Node node,
Interval addInterval) |
|
static Node |
Node.createNode(Interval itemInterval) |
|
Node |
Node.getNode(Interval searchInterval) |
Returns the subnode containing the envelope.
|
Modifier and Type | Method | Description |
---|---|---|
static Node |
Node.createExpanded(Node node,
Interval addInterval) |
Copyright © 2018. All rights reserved.