JTS Core 1.17.1
Packages
Classes
Search
About
Top
Root()
insert(Envelope, Object): void
isSearchMatch(Envelope): boolean
Bottom
Source
Classic
org.locationtech.jts.index.quadtree
Class Root
Hierarchy:
Object
,
NodeBase
, Root
All Implemented Interfaces:
Serializable
public class Root
extends
NodeBase
QuadRoot is the root of a single Quadtree. It is centred at the origin, and does not have a defined extent.
Other
version: 1.7
public
Root()
public
void insert(
Envelope
itemEnv,
Object
item)
Insert an item into the quadtree this is the root of.
protected
boolean isSearchMatch(
Envelope
searchEnv)