Uses of Class
org.meteoinfo.jts.index.quadtree.NodeBase
-
Packages that use NodeBase Package Description org.meteoinfo.jts.index.quadtree -
-
Uses of NodeBase in org.meteoinfo.jts.index.quadtree
Subclasses of NodeBase in org.meteoinfo.jts.index.quadtree Modifier and Type Class Description classNodeRepresents a node of aQuadtree.classRootQuadRoot is the root of a single Quadtree.Methods in org.meteoinfo.jts.index.quadtree that return NodeBase Modifier and Type Method Description NodeBaseNode. find(Envelope searchEnv)Returns the smallest existing node containing the envelope.
-