| Package | Description | 
|---|---|
| io.vertx.mysqlclient.data.spatial | 
| Modifier and Type | Method and Description | 
|---|---|
LineString | 
LineString.setPoints(List<Point> points)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<LineString> | 
Polygon.getLineStrings()  | 
List<LineString> | 
MultiLineString.getLineStrings()  | 
| Modifier and Type | Method and Description | 
|---|---|
Polygon | 
Polygon.setLineStrings(List<LineString> lineStrings)  | 
MultiLineString | 
MultiLineString.setLineStrings(List<LineString> lineStrings)  | 
| Constructor and Description | 
|---|
LineString(LineString other)  | 
| Constructor and Description | 
|---|
MultiLineString(long SRID,
               List<LineString> lineStrings)  | 
Polygon(long SRID,
       List<LineString> lineStrings)  | 
Copyright © 2021 Eclipse. All rights reserved.