Circle

Circle data type in Postgres represented by a center {@link Point} and radius.

Constructors

this
this()
Undocumented in source.
this
this(Point centerPoint, double radius)
Undocumented in source.

Members

Functions

getCenterPoint
Point getCenterPoint()
Undocumented in source. Be warned that the author may not have intended to support it.
getRadius
double getRadius()
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.
setCenterPoint
void setCenterPoint(Point centerPoint)
Undocumented in source. Be warned that the author may not have intended to support it.
setRadius
void setRadius(double radius)
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