com.vividsolutions.jts.index.quadtree |
Contains classes that implement a Quadtree spatial index
|
Java Source File Name | Type | Comment |
DoubleBits.java | Class | DoubleBits manipulates Double numbers
by using bit manipulation and bit-field extraction. |
IntervalSize.java | Class | Provides a test for whether an interval is
so small it should be considered as zero for the purposes of
inserting it into a binary tree. |
Key.java | Class | A Key is a unique identifier for a node in a quadtree.
It contains a lower-left point and a level number. |
Node.java | Class | Represents a node of a
Quadtree . |
NodeBase.java | Class | The base class for nodes in a
Quadtree . |
Quadtree.java | Class | A Quadtree is a spatial index structure for efficient querying
of 2D rectangles. |
Root.java | Class | QuadRoot is the root of a single Quadtree. |