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.
|
org.locationtech.jtstest.function |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNode
A node of an
AbstractSTRtree . |
class |
ItemBoundable
Boundable wrapper for a non-Boundable spatial object.
|
private static class |
STRtree.STRtreeNode |
Modifier and Type | Field and Description |
---|---|
private Boundable |
BoundablePair.boundable1 |
private Boundable |
BoundablePair.boundable2 |
Modifier and Type | Method and Description |
---|---|
Boundable |
BoundablePair.getBoundable(int i)
Gets one of the member
Boundable s in the pair
(indexed by [0, 1]). |
Modifier and Type | Method and Description |
---|---|
void |
AbstractNode.addChildBoundable(Boundable childBoundable)
Adds either an AbstractNode, or if this is a leaf node, a data object
(wrapped in an ItemBoundable)
|
private static double |
BoundablePair.area(Boundable b) |
private void |
BoundablePair.expand(Boundable bndComposite,
Boundable bndOther,
PriorityQueue priQ,
double minDistance) |
Constructor and Description |
---|
BoundablePair(Boundable boundable1,
Boundable boundable2,
ItemDistance itemDistance) |
Modifier and Type | Method and Description |
---|---|
private static void |
SpatialIndexFunctions.addBounds(Boundable bnd,
java.util.List bounds,
GeometryFactory factory) |