Uses of Class
org.locationtech.jts.index.quadtree.NodeBase
-
Packages that use NodeBase Package Description org.locationtech.jts.index.quadtree Contains classes that implement a Quadtree spatial index -
-
Uses of NodeBase in org.locationtech.jts.index.quadtree
Subclasses of NodeBase in org.locationtech.jts.index.quadtree Modifier and Type Class Description class
Node
Represents a node of aQuadtree
.class
Root
QuadRoot is the root of a single Quadtree.Methods in org.locationtech.jts.index.quadtree that return NodeBase Modifier and Type Method Description NodeBase
Node. find(Envelope searchEnv)
Returns the smallest existing node containing the envelope.
-