Uses of Interface
org.khelekore.prtree.MBR2D
-
Packages that use MBR2D Package Description org.khelekore.prtree The classes for PRTree, a Priority R-Tree. -
-
Uses of MBR2D in org.khelekore.prtree
Classes in org.khelekore.prtree that implement MBR2D Modifier and Type Class Description class
SimpleMBR2D
An implementation of MBR that keeps 4 double values for the actual min and max values needed.Methods in org.khelekore.prtree that return MBR2D Modifier and Type Method Description MBR2D
PRTree. getMBR2D()
Get a 2 dimensional minimum bounding rectangle of the data stored in this tree.MBR2D
MBR2D. union(MBR2D mbr)
Return a new MBR that is the union of this mbr and the otherMBR2D
SimpleMBR2D. union(MBR2D other)
Methods in org.khelekore.prtree with parameters of type MBR2D Modifier and Type Method Description boolean
MBR2D. intersects(MBR2D other)
Check if the other MBR intersects this oneboolean
SimpleMBR2D. intersects(MBR2D other)
MBR2D
MBR2D. union(MBR2D mbr)
Return a new MBR that is the union of this mbr and the otherMBR2D
SimpleMBR2D. union(MBR2D other)
-