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.
  • Constructor Details

    • Point

      public Point()
    • Point

      public Point(Point other)
    • Point

      public Point(long SRID, double x, double y)
  • Method Details

    • getX

      public double getX()
    • setX

      public Point setX(double x)
    • setY

      public Point setY(double y)
    • getY

      public double getY()