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 classSimpleMBR2DAn 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 MBR2DPRTree. getMBR2D()Get a 2 dimensional minimum bounding rectangle of the data stored in this tree.MBR2DMBR2D. union(MBR2D mbr)Return a new MBR that is the union of this mbr and the otherMBR2DSimpleMBR2D. union(MBR2D other)Methods in org.khelekore.prtree with parameters of type MBR2D Modifier and Type Method Description booleanMBR2D. intersects(MBR2D other)Check if the other MBR intersects this onebooleanSimpleMBR2D. intersects(MBR2D other)MBR2DMBR2D. union(MBR2D mbr)Return a new MBR that is the union of this mbr and the otherMBR2DSimpleMBR2D. union(MBR2D other)
-