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