Uses of Class
org.locationtech.jts.index.bintree.NodeBase
-
Packages that use NodeBase Package Description org.locationtech.jts.index.bintree Contains classes that implement a Binary Interval Tree index -
-
Uses of NodeBase in org.locationtech.jts.index.bintree
Subclasses of NodeBase in org.locationtech.jts.index.bintree Modifier and Type Class Description class
Node
A node of aBintree
.class
Root
The root node of a singleBintree
.Methods in org.locationtech.jts.index.bintree that return NodeBase Modifier and Type Method Description NodeBase
Node. find(Interval searchInterval)
Returns the smallest existing node containing the envelope.
-