| Package | Description |
|---|---|
| com.vividsolutions.jts.index.quadtree |
Contains classes that implement a Quadtree spatial index
|
| Modifier and Type | Field and Description |
|---|---|
protected Node |
NodeBase.subnode
subquads are numbered as follows:
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.createExpanded(Node
|
static Node |
Node.createNode(Envelope
|
Node |
Node.getNode(Envelope
Returns the subquad containing the envelope
searchEnv.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
Node.createExpanded(Node
|