Class Box


  • public class Box
    extends Object
    Rectangular box data type in Postgres represented by pairs of Points that are opposite corners of the box.
    • Constructor Detail

      • Box

        public Box()
      • Box

        public Box​(Point upperRightCorner,
                   Point lowerLeftCorner)
    • Method Detail

      • getUpperRightCorner

        public Point getUpperRightCorner()
      • setUpperRightCorner

        public void setUpperRightCorner​(Point upperRightCorner)
      • getLowerLeftCorner

        public Point getLowerLeftCorner()
      • setLowerLeftCorner

        public void setLowerLeftCorner​(Point lowerLeftCorner)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object