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 | Description |
---|---|---|
class |
AbstractNode |
A node of an
AbstractSTRtree . |
class |
ItemBoundable |
Boundable wrapper for a non-Boundable spatial object.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractNode.addChildBoundable(Boundable childBoundable) |
Adds either an AbstractNode, or if this is a leaf node, a data object
(wrapped in an ItemBoundable)
|
Copyright © 2018. All rights reserved.