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.jts.operation.distance |
Provides classes for computing the distance between geometries
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object[] |
STRtree.nearestNeighbour(STRtree tree,
ItemDistance itemDist) |
Finds the two nearest items from this tree
and another tree,
using
ItemDistance as the distance metric. |
Modifier and Type | Method | Description |
---|---|---|
static STRtree |
FacetSequenceTreeBuilder.build(Geometry g) |
Copyright © 2018. All rights reserved.