Class Root
java.lang.Object
org.locationtech.jts.index.quadtree.NodeBase
org.locationtech.jts.index.quadtree.Root
- All Implemented Interfaces:
Serializable
QuadRoot is the root of a single Quadtree. It is centred at the origin,
and does not have a defined extent.
- Version:
- 1.7
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInsert an item into the quadtree this is the root of.protected booleanisSearchMatch(Envelope searchEnv) Methods inherited from class NodeBase
add, addAllItems, addAllItemsFromOverlapping, getItems, getSubnodeIndex, hasChildren, hasItems, isEmpty, isPrunable, remove, visit
-
Constructor Details
-
Root
public Root()
-
-
Method Details
-
insert
-
isSearchMatch
- Specified by:
isSearchMatchin classNodeBase
-