Class Point
java.lang.Object
io.vertx.mysqlclient.data.spatial.Geometry
io.vertx.mysqlclient.data.spatial.Point
A Point is a geometry that represents a single location in coordinate space.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Point
public Point() -
Point
-
Point
public Point(long SRID, double x, double y)
-
-
Method Details
-
getX
public double getX() -
setX
-
setY
-
getY
public double getY()
-