| 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 abstract AbstractNode |
AbstractSTRtree.createNode(int level)
|
protected AbstractNode |
STRtree.createNode(int level)
|
protected AbstractNode |
SIRtree.createNode(int level)
|
AbstractNode |
AbstractSTRtree.getRoot()
|
protected AbstractNode |
AbstractSTRtree.lastNode(List
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
AbstractSTRtree.depth(AbstractNode
|
protected int |
AbstractSTRtree.size(AbstractNode
|