| 程序包 | 说明 |
|---|---|
| org.khelekore.prtree |
The classes for PRTree, a Priority R-Tree.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SimpleMBR2D
An implementation of MBR that keeps 4 double values for the actual min and
max values needed.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MBR2D |
PRTree.getMBR2D()
Get a 2 dimensional minimum bounding rectangle of the data
stored in this tree.
|
MBR2D |
SimpleMBR2D.union(MBR2D other) |
MBR2D |
MBR2D.union(MBR2D mbr)
Return a new MBR that is the union of this mbr and the other
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
SimpleMBR2D.intersects(MBR2D other) |
boolean |
MBR2D.intersects(MBR2D other)
Check if the other MBR intersects this one
|
MBR2D |
SimpleMBR2D.union(MBR2D other) |
MBR2D |
MBR2D.union(MBR2D mbr)
Return a new MBR that is the union of this mbr and the other
|
Copyright © 2017. All rights reserved.