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.
|
Modifier and Type | Class and Description |
---|---|
private static class |
STRtree.STRtreeNode |
Modifier and Type | Field and Description |
---|---|
protected AbstractNode |
AbstractSTRtree.root |
Modifier and Type | Method and Description |
---|---|
private AbstractNode |
AbstractSTRtree.createHigherLevels(java.util.List boundablesOfALevel,
int level)
Creates the levels higher than the given level
|
protected AbstractNode |
STRtree.createNode(int level) |
protected AbstractNode |
SIRtree.createNode(int level) |
protected abstract AbstractNode |
AbstractSTRtree.createNode(int level) |
AbstractNode |
AbstractSTRtree.getRoot() |
protected AbstractNode |
AbstractSTRtree.lastNode(java.util.List nodes) |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractSTRtree.boundablesAtLevel(int level,
AbstractNode top,
java.util.Collection boundables) |
protected int |
AbstractSTRtree.depth(AbstractNode node) |
private java.util.List |
AbstractSTRtree.itemsTree(AbstractNode node) |
private void |
AbstractSTRtree.queryInternal(java.lang.Object searchBounds,
AbstractNode node,
ItemVisitor visitor) |
private void |
AbstractSTRtree.queryInternal(java.lang.Object searchBounds,
AbstractNode node,
java.util.List matches) |
private boolean |
AbstractSTRtree.remove(java.lang.Object searchBounds,
AbstractNode node,
java.lang.Object item) |
private boolean |
AbstractSTRtree.removeItem(AbstractNode node,
java.lang.Object item) |
protected int |
AbstractSTRtree.size(AbstractNode node) |