Package oracle.spatial.geometry
Class AbstractRTree.DoubleRNode
- java.lang.Object
-
- oracle.spatial.geometry.AbstractRTree.DoubleRNode
-
- All Implemented Interfaces:
java.lang.Comparable<AbstractRTree.DoubleRNode>
- Enclosing class:
- AbstractRTree<T extends RNode>
protected static class AbstractRTree.DoubleRNode extends java.lang.Object implements java.lang.Comparable<AbstractRTree.DoubleRNode>
Helper class for {#search(ToDoubleFunction)} Stores the node plus a double value; sorts on the doubles.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AbstractRTree.DoubleRNode o)protected RNodegetNode()protected doublegetVal()java.lang.StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(AbstractRTree.DoubleRNode o)
- Specified by:
compareToin interfacejava.lang.Comparable<AbstractRTree.DoubleRNode>
-
getVal
protected double getVal()
-
getNode
protected RNode getNode()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-