Package | Description |
---|---|
org.locationtech.jts.index.quadtree |
Contains classes that implement a Quadtree spatial index
|
org.locationtech.jts.simplify |
Classes which implement algorithms for simplifying or generalizing geometries.
|
org.locationtech.jtstest.function |
Class and Description |
---|
DoubleBits
DoubleBits manipulates Double numbers
by using bit manipulation and bit-field extraction.
|
Node
Represents a node of a
Quadtree . |
NodeBase
The base class for nodes in a
Quadtree . |
Root
QuadRoot is the root of a single Quadtree.
|
Class and Description |
---|
Quadtree
A Quadtree is a spatial index structure for efficient range querying
of items bounded by 2D rectangles.
|
Class and Description |
---|
Quadtree
A Quadtree is a spatial index structure for efficient range querying
of items bounded by 2D rectangles.
|