| Package | Description | 
|---|---|
| io.vertx.mysqlclient.data.spatial | 
| Modifier and Type | Method and Description | 
|---|---|
Point | 
Point.setX(double x)  | 
Point | 
Point.setY(double y)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Point> | 
MultiPoint.getPoints()  | 
List<Point> | 
LineString.getPoints()  | 
| Modifier and Type | Method and Description | 
|---|---|
MultiPoint | 
MultiPoint.setPoints(List<Point> points)  | 
LineString | 
LineString.setPoints(List<Point> points)  | 
| Constructor and Description | 
|---|
Point(Point other)  | 
| Constructor and Description | 
|---|
LineString(long SRID,
          List<Point> points)  | 
MultiPoint(long SRID,
          List<Point> points)  | 
Copyright © 2020 Eclipse. All rights reserved.