Package | Description |
---|---|
com.vividsolutions.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 | Field and Description |
---|---|
protected AbstractNode |
AbstractSTRtree.root |
Modifier and Type | Method and Description |
---|---|
protected AbstractNode |
SIRtree.createNode(int level) |
protected AbstractNode |
STRtree.createNode(int level) |
protected abstract AbstractNode |
AbstractSTRtree.createNode(int level) |
AbstractNode |
AbstractSTRtree.getRoot() |
protected AbstractNode |
AbstractSTRtree.lastNode(List nodes) |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractSTRtree.depth(AbstractNode node) |
protected int |
AbstractSTRtree.size(AbstractNode node) |
Copyright © 2013. All rights reserved.