Class RTree.Rectangle

java.lang.Object
com.apple.foundationdb.async.rtree.RTree.Rectangle
Enclosing class:
RTree

public static class RTree.Rectangle extends Object
Class to capture an N-dimensional rectangle/cube/hypercube. 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 Details

    • Rectangle

      public Rectangle(Tuple ranges)
  • Method Details