| Package | Description |
|---|---|
| org.khelekore.prtree |
The classes for PRTree, a Priority R-Tree.
|
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
MBR.intersects(T t,
MBRConverter<T> converter)
Check if this MBR intersects the rectangle given by the object
and the MBRConverter.
|
<T> boolean |
SimpleMBR.intersects(T t,
MBRConverter<T> converter) |
| Constructor and Description |
|---|
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
|