| Package | Description |
|---|---|
| com.vividsolutions.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
Returns the smallest
existing node containing the envelope.
|