oracle.spatial.util
Class RTree.ComparatorImpl

java.lang.Object
  extended by oracle.spatial.util.RTree.ComparatorImpl
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
RTree

public class RTree.ComparatorImpl
extends java.lang.Object
implements java.util.Comparator


Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
          compares MBH midpoints on the axis specified by the parameter m.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
compares MBH midpoints on the axis specified by the parameter m.

Specified by:
compare in interface java.util.Comparator