See: Description
| Interface | Description |
|---|---|
| Boundable |
A spatial object in an AbstractSTRtree.
|
| ItemDistance |
A function method which computes the distance
between two
ItemBoundables in an STRtree. |
| Class | Description |
|---|---|
| AbstractNode |
A node of an
AbstractSTRtree. |
| AbstractSTRtree |
Base class for STRtree and SIRtree.
|
| BoundablePairDistanceComparator |
The Class BoundablePairDistanceComparator.
|
| EnvelopeDistance |
Functions for computing distances between
Envelopes. |
| GeometryItemDistance |
An
ItemDistance function for
items which are Geometrys,
using the Geometry.distance(Geometry) method. |
| Interval |
A contiguous portion of 1D-space.
|
| ItemBoundable |
Boundable wrapper for a non-Boundable spatial object.
|
| SIRtree |
One-dimensional version of an STR-packed R-tree.
|
| STRtree |
A query-only R-tree created using the Sort-Tile-Recursive (STR) algorithm.
|
Copyright © 2024. All rights reserved.