Class Point
java.lang.Object
de.bytefish.pgbulkinsert.pgsql.model.geometric.Point
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Point
public Point(double x, double y)
-
-
Method Details
-
getX
public double getX() -
getY
public double getY()
-