Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


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
equals, 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

Skip navigation links

Oracle® Spatial Java API Reference
11g Release 1 (11.1)
B28401-01


Copyright © 2007, Oracle. All Rights Reserved.