Box

Rectangular box data type in Postgres represented by pairs of {@link Point}s that are opposite corners of the box.

Constructors

this
this()
Undocumented in source.
this
this(Point upperRightCorner, Point lowerLeftCorner)
Undocumented in source.

Members

Functions

getLowerLeftCorner
Point getLowerLeftCorner()
Undocumented in source. Be warned that the author may not have intended to support it.
getUpperRightCorner
Point getUpperRightCorner()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
setLowerLeftCorner
void setLowerLeftCorner(Point lowerLeftCorner)
Undocumented in source. Be warned that the author may not have intended to support it.
setUpperRightCorner
void setUpperRightCorner(Point upperRightCorner)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta