See: Description
Class | Description |
---|---|
DoubleDistanceRStarTreeKNNQuery<O extends SpatialComparable> |
Instance of a KNN query for a particular spatial index.
|
DoubleDistanceRStarTreeRangeQuery<O extends SpatialComparable> |
Instance of a range query for a particular spatial index.
|
GenericRStarTreeKNNQuery<O extends SpatialComparable,D extends Distance<D>> |
Instance of a KNN query for a particular spatial index.
|
GenericRStarTreeRangeQuery<O extends SpatialComparable,D extends Distance<D>> |
Instance of a range query for a particular spatial index.
|
RStarTreeUtil |
Utility class for RStar trees
|
Queries on the R-Tree family of indexes: kNN and range queries.