Uses of Class
org.locationtech.jts.index.strtree.AbstractNode
-
Packages that use AbstractNode Package Description org.locationtech.jts.index.strtree 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.strtree Modifier and Type Class Description private static classSTRtree.STRtreeNodeFields in org.locationtech.jts.index.strtree declared as AbstractNode Modifier and Type Field Description protected AbstractNodeAbstractSTRtree. rootMethods in org.locationtech.jts.index.strtree that return AbstractNode Modifier and Type Method Description private AbstractNodeAbstractSTRtree. createHigherLevels(java.util.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)AbstractNodeAbstractSTRtree. getRoot()protected AbstractNodeAbstractSTRtree. lastNode(java.util.List nodes)Methods in org.locationtech.jts.index.strtree with parameters of type AbstractNode Modifier and Type Method Description private voidAbstractSTRtree. boundablesAtLevel(int level, AbstractNode top, java.util.Collection boundables)protected intAbstractSTRtree. depth(AbstractNode node)private java.util.ListAbstractSTRtree. itemsTree(AbstractNode node)private voidAbstractSTRtree. queryInternal(java.lang.Object searchBounds, AbstractNode node, java.util.List matches)private voidAbstractSTRtree. queryInternal(java.lang.Object searchBounds, AbstractNode node, ItemVisitor visitor)private booleanAbstractSTRtree. remove(java.lang.Object searchBounds, AbstractNode node, java.lang.Object item)private booleanAbstractSTRtree. removeItem(AbstractNode node, java.lang.Object item)protected intAbstractSTRtree. size(AbstractNode node)
-