Package | Description |
---|---|
io.vertx.mysqlclient.data.spatial |
Modifier and Type | Method and Description |
---|---|
Polygon |
Polygon.setLineStrings(List<LineString> lineStrings) |
Modifier and Type | Method and Description |
---|---|
List<Polygon> |
MultiPolygon.getPolygons() |
Modifier and Type | Method and Description |
---|---|
MultiPolygon |
MultiPolygon.setPolygons(List<Polygon> polygons) |
Constructor and Description |
---|
Polygon(Polygon other) |
Constructor and Description |
---|
MultiPolygon(long SRID,
List<Polygon> polygons) |
Copyright © 2021 Eclipse. All rights reserved.