Uses of Class
org.locationtech.jts.index.strtree.AbstractNode
Packages that use AbstractNode
Package
Description
Contains 2-D and 1-D versions of the Sort-Tile-Recursive (STR) tree, a query-only R-tree.
-
Uses of AbstractNode in org.locationtech.jts.index.strtree
Subclasses of AbstractNode in org.locationtech.jts.index.strtreeFields in org.locationtech.jts.index.strtree declared as AbstractNodeMethods in org.locationtech.jts.index.strtree that return AbstractNodeModifier and TypeMethodDescriptionprivate AbstractNode
AbstractSTRtree.createHigherLevels
(List boundablesOfALevel, int level) Creates the levels higher than the given levelprotected abstract AbstractNode
AbstractSTRtree.createNode
(int level) protected AbstractNode
SIRtree.createNode
(int level) protected AbstractNode
STRtree.createNode
(int level) AbstractSTRtree.getRoot()
protected AbstractNode
Methods in org.locationtech.jts.index.strtree with parameters of type AbstractNodeModifier and TypeMethodDescriptionprivate void
AbstractSTRtree.boundablesAtLevel
(int level, AbstractNode top, Collection boundables) protected int
AbstractSTRtree.depth
(AbstractNode node) private List
AbstractSTRtree.itemsTree
(AbstractNode node) private void
AbstractSTRtree.queryInternal
(Object searchBounds, AbstractNode node, List matches) private void
AbstractSTRtree.queryInternal
(Object searchBounds, AbstractNode node, ItemVisitor visitor) private boolean
AbstractSTRtree.remove
(Object searchBounds, AbstractNode node, Object item) private boolean
AbstractSTRtree.removeItem
(AbstractNode node, Object item) protected int
AbstractSTRtree.size
(AbstractNode node)