Class Point
- java.lang.Object
-
- io.vertx.mysqlclient.data.spatial.Geometry
-
- io.vertx.mysqlclient.data.spatial.Point
-
public class Point extends Geometry
A Point is a geometry that represents a single location in coordinate space.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getX()
double
getY()
Point
setX(double x)
Point
setY(double y)
-