| 程序包 | 说明 |
|---|---|
| org.khelekore.prtree |
The classes for PRTree, a Priority R-Tree.
|
| org.wowtools.georewrite |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> boolean |
SimpleMBR.intersects(T t,
MBRConverter<T> converter) |
<T> boolean |
MBR.intersects(T t,
MBRConverter<T> converter)
Check if this MBR intersects the rectangle given by the object
and the MBRConverter.
|
| 构造器和说明 |
|---|
PRTree(MBRConverter<T> converter,
int branchFactor)
Create a new PRTree using the specified branch factor.
|
SimpleMBR(T t,
MBRConverter<T> converter)
Create a new SimpleMBR from a given object and a MBRConverter
|
| 限定符和类型 | 类和说明 |
|---|---|
protected class |
PrtreeIndex.NodeConverter
自定义的mbr转换器for PrtreeLeafNode
|
Copyright © 2017. All rights reserved.