- 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.
Rectangular box data type in Postgres represented by pairs of {@link Point}s that are opposite corners of the box.