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
Fields in org.locationtech.jts.index.strtree declared as AbstractNodeMethods in org.locationtech.jts.index.strtree that return AbstractNodeModifier and TypeMethodDescriptionprotected abstract AbstractNodeAbstractSTRtree.createNode(int level) protected AbstractNodeSIRtree.createNode(int level) protected AbstractNodeSTRtree.createNode(int level) AbstractSTRtree.getRoot()Gets the root node of the tree.protected AbstractNodeMethods in org.locationtech.jts.index.strtree with parameters of type AbstractNodeModifier and TypeMethodDescriptionprotected intAbstractSTRtree.depth(AbstractNode node) protected intAbstractSTRtree.size(AbstractNode node) Constructors in org.locationtech.jts.index.strtree with parameters of type AbstractNodeModifierConstructorDescriptionAbstractSTRtree(int nodeCapacity, AbstractNode root) Constructs an AbstractSTRtree with the specified maximum number of child nodes that a node may have, and the root node