com.vividsolutions.jts.index.bintree
Class Node
Node
public Node(Interval interval,
int level)
createExpanded
public static Node createExpanded(Node node,
Interval addInterval)
createNode
public static Node createNode(Interval itemInterval)
find
public NodeBase find(Interval searchInterval)
Returns the smallest existing
node containing the envelope.
getInterval
public Interval getInterval()
getNode
public Node getNode(Interval searchInterval)
Returns the subnode containing the envelope.
Creates the node if
it does not already exist.