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.noding |
Classes to compute nodings for arrangements of line segments and line segment sequences.
|
org.locationtech.jts.noding.snapround |
Contains classes to implement the Snap Rounding algorithm for noding linestrings.
|
org.locationtech.jts.operation.distance |
Provides classes for computing the distance between geometries
|
org.locationtech.jtstest.function |
Modifier and Type | Method and 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 | Field and Description |
---|---|
private STRtree |
MCIndexSegmentSetMutualIntersector.index
The
SpatialIndex used should be something that supports
envelope (range) queries efficiently (such as a
Quadtree
or STRtree . |
Modifier and Type | Field and Description |
---|---|
private STRtree |
MCIndexPointSnapper.index |
Modifier and Type | Field and Description |
---|---|
private STRtree |
IndexedFacetDistance.cachedTree |
Modifier and Type | Method and Description |
---|---|
static STRtree |
FacetSequenceTreeBuilder.build(Geometry g) |
Modifier and Type | Method and Description |
---|---|
private static STRtree |
SpatialIndexFunctions.buildSTRtree(Geometry geom) |