JTS Topology Suite version 1.12

Package com.vividsolutions.jts.index.quadtree

Contains classes that implement a Quadtree spatial index

See:
          Description

Class Summary
DoubleBits DoubleBits manipulates Double numbers by using bit manipulation and bit-field extraction.
IntervalSize 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 A Key is a unique identifier for a node in a quadtree.
Node Represents a node of a Quadtree.
NodeBase The base class for nodes in a Quadtree.
Quadtree A Quadtree is a spatial index structure for efficient querying of 2D rectangles.
Root QuadRoot is the root of a single Quadtree.
 

Package com.vividsolutions.jts.index.quadtree Description

Contains classes that implement a Quadtree spatial index


JTS Topology Suite version 1.12