Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


oracle.spatial.util
Class RTree.ComparatorImpl

java.lang.Object
  extended byoracle.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

Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


Copyright © 2005, Oracle. All Rights Reserved.