Uses of Class
io.vertx.mysqlclient.data.spatial.Point
-
Packages that use Point Package Description io.vertx.mysqlclient.data.spatial -
-
Uses of Point in io.vertx.mysqlclient.data.spatial
Methods in io.vertx.mysqlclient.data.spatial that return Point Modifier and Type Method Description Point
Point. setX(double x)
Point
Point. setY(double y)
Methods in io.vertx.mysqlclient.data.spatial that return types with arguments of type Point Modifier and Type Method Description List<Point>
LineString. getPoints()
List<Point>
MultiPoint. getPoints()
Method parameters in io.vertx.mysqlclient.data.spatial with type arguments of type Point Modifier and Type Method Description LineString
LineString. setPoints(List<Point> points)
MultiPoint
MultiPoint. setPoints(List<Point> points)
Constructors in io.vertx.mysqlclient.data.spatial with parameters of type Point Constructor Description Point(Point other)
Constructor parameters in io.vertx.mysqlclient.data.spatial with type arguments of type Point Constructor Description LineString(long SRID, List<Point> points)
MultiPoint(long SRID, List<Point> points)
-