| 程序包 | 说明 |
|---|---|
| org.khelekore.prtree |
The classes for PRTree, a Priority R-Tree.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimplePointND
One implementatoin of a point
|
| 限定符和类型 | 方法和说明 |
|---|---|
double |
DistanceCalculator.distanceTo(T t,
PointND p)
Calculate the distance between the given object and the point
|
static double |
MinDist.get(MBR mbr,
PointND p)
Calculate the MINDIST between the given MBRND and the given point
|
List<DistanceResult<T>> |
PRTree.nearestNeighbour(DistanceCalculator<T> dc,
NodeFilter<T> filter,
int maxHits,
PointND p)
Get the nearest neighbour of the given point
|
Copyright © 2017. All rights reserved.