Class Node

Hierarchy: Object , NodeBase, Node
public class Node
extends NodeBase
A node of a Bintree.

Other

  • version: 1.7
public Node(Interval interval, int level)
public static Node createNode(Interval itemInterval)
public static Node createExpanded(Node node, Interval addInterval)
public Interval getInterval()
protected boolean isSearchMatch(Interval itemInterval)
public Node getNode(Interval searchInterval)
Returns the subnode containing the envelope. Creates the node if it does not already exist.
public NodeBase find(Interval searchInterval)
Returns the smallest existing node containing the envelope.