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