Package | Description |
---|---|
org.locationtech.jts.algorithm.locate |
Classes to determine the topological location of points in geometries.
|
org.locationtech.jts.index.intervalrtree |
Contains classes to implement an R-tree index for one-dimensional intervals.
|
Class and Description |
---|
SortedPackedIntervalRTree
A static index on a set of 1-dimensional intervals,
using an R-Tree packed based on the order of the interval midpoints.
|
Class and Description |
---|
IntervalRTreeNode |