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 int
compareTo(AbstractRTree.DoubleRNode o)
protected RNode
getNode()
protected double
getVal()
java.lang.String
toString()
-
-
-
Method Detail
-
compareTo
public int compareTo(AbstractRTree.DoubleRNode o)
- Specified by:
compareTo
in interfacejava.lang.Comparable<AbstractRTree.DoubleRNode>
-
getVal
protected double getVal()
-
getNode
protected RNode getNode()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-