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 classNodeRepresents a node of aQuadtree.classRootQuadRoot is the root of a single Quadtree.Methods in org.locationtech.jts.index.quadtree that return NodeBase Modifier and Type Method Description NodeBaseNode. find(Envelope searchEnv)Returns the smallest existing node containing the envelope.
-