Class RTree.Point
java.lang.Object
com.apple.foundationdb.async.rtree.RTree.Point
- Enclosing class:
- RTree
Class to capture an N-dimensional point. It wraps a
Tuple mostly due to proximity with its serialization
format and provides helpers for Euclidean operations. Note that the coordinates used here do not need to be
numbers.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCoordinate(int dimension) getCoordinateAsNumber(int dimension) intinthashCode()toString()