Uses of Class
org.meteoinfo.jts.index.bintree.NodeBase
-
Packages that use NodeBase Package Description org.meteoinfo.jts.index.bintree -
-
Uses of NodeBase in org.meteoinfo.jts.index.bintree
Subclasses of NodeBase in org.meteoinfo.jts.index.bintree Modifier and Type Class Description classNodeA node of aBintree.classRootThe root node of a singleBintree.Methods in org.meteoinfo.jts.index.bintree that return NodeBase Modifier and Type Method Description NodeBaseNode. find(Interval searchInterval)Returns the smallest existing node containing the envelope.
-