Package org.locationtech.jts.index.quadtree
package org.locationtech.jts.index.quadtree
Contains classes that implement a Quadtree spatial index
-
ClassesClassDescriptionDoubleBits manipulates Double numbers by using bit manipulation and bit-field extraction.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.A Key is a unique identifier for a node in a quadtree.Represents a node of a
Quadtree
.The base class for nodes in aQuadtree
.A Quadtree is a spatial index structure for efficient range querying of items bounded by 2D rectangles.QuadRoot is the root of a single Quadtree.