| Package | Description |
|---|---|
| org.locationtech.jts.index.quadtree |
Contains classes that implement a Quadtree spatial index
|
| Modifier and Type | Class and Description |
|---|---|
class |
Node
Represents a node of a
Quadtree. |
class |
Root
QuadRoot is the root of a single Quadtree.
|
| Modifier and Type | Method and Description |
|---|---|
NodeBase |
Node.find(Envelope searchEnv)
Returns the smallest existing
node containing the envelope.
|
Copyright © 2024. All rights reserved.