JTS Core 1.17.1
Packages
Classes
Search
About
Top
Node(Interval, int)
createNode(Interval): Node
createExpanded(Node, Interval): Node
getInterval(): Interval
isSearchMatch(Interval): boolean
getNode(Interval): Node
find(Interval): NodeBase
Bottom
Source
Classic
org.locationtech.jts.index.bintree
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.