public final class RStarTreeUtil extends Object
Constructor and Description |
---|
RStarTreeUtil() |
Modifier and Type | Method and Description |
---|---|
static <O extends SpatialComparable> |
getKNNQuery(AbstractRStarTree<?,?,?> tree,
SpatialDistanceQuery<O> distanceQuery,
Object... hints)
Get an RTree knn query, using an optimized double implementation when
possible.
|
static <O extends SpatialComparable> |
getRangeQuery(AbstractRStarTree<?,?,?> tree,
SpatialDistanceQuery<O> distanceQuery,
Object... hints)
Get an RTree range query, using an optimized double implementation when
possible.
|
public static <O extends SpatialComparable> RangeQuery<O> getRangeQuery(AbstractRStarTree<?,?,?> tree, SpatialDistanceQuery<O> distanceQuery, Object... hints)
O
- Object typetree
- Tree to querydistanceQuery
- distance queryhints
- Optimizer hintspublic static <O extends SpatialComparable> KNNQuery<O> getKNNQuery(AbstractRStarTree<?,?,?> tree, SpatialDistanceQuery<O> distanceQuery, Object... hints)
O
- Object typetree
- Tree to querydistanceQuery
- distance queryhints
- Optimizer hintsCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.