Class Point
java.lang.Object
io.vertx.pgclient.data.Point
A Postgresql point.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
Point
public Point() -
Point
public Point(double x, double y)
-
-
Method Details
-
getX
public double getX() -
setX
-
getY
public double getY() -
setY
-
equals
-
toString
-