JTS Core 1.17.1
Packages
Classes
Search
About
Top
Root()
insert(Interval, Object): void
isSearchMatch(Interval): boolean
Bottom
Source
Classic
org.locationtech.jts.index.bintree
Class Root
Hierarchy:
Object
,
NodeBase
, Root
public class Root
extends
NodeBase
The root node of a single
Bintree
. It is centred at the origin, and does not have a defined extent.
Other
version: 1.7
public
Root()
public
void insert(
Interval
itemInterval,
Object
item)
Insert an item into the tree this is the root of.
protected
boolean isSearchMatch(
Interval
interval)
The root node matches all searches