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 AbstractNodeAbstractSTRtree.createHigherLevels(List boundablesOfALevel, int level) Creates the levels higher than the given levelprotected abstract AbstractNodeAbstractSTRtree.createNode(int level) protected AbstractNodeSIRtree.createNode(int level) protected AbstractNodeSTRtree.createNode(int level) AbstractSTRtree.getRoot()protected AbstractNodeMethods in org.locationtech.jts.index.strtree with parameters of type AbstractNodeModifier and TypeMethodDescriptionprivate voidAbstractSTRtree.boundablesAtLevel(int level, AbstractNode top, Collection boundables) protected intAbstractSTRtree.depth(AbstractNode node) private ListAbstractSTRtree.itemsTree(AbstractNode node) private voidAbstractSTRtree.queryInternal(Object searchBounds, AbstractNode node, List matches) private voidAbstractSTRtree.queryInternal(Object searchBounds, AbstractNode node, ItemVisitor visitor) private booleanAbstractSTRtree.remove(Object searchBounds, AbstractNode node, Object item) private booleanAbstractSTRtree.removeItem(AbstractNode node, Object item) protected intAbstractSTRtree.size(AbstractNode node)