Point

A Postgresql point.

Constructors

this
this()
Undocumented in source.
this
this(double x, double y)
Undocumented in source.

Members

Functions

getX
double getX()
Undocumented in source. Be warned that the author may not have intended to support it.
getY
double getY()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
setX
Point setX(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
setY
Point setY(double y)
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