Uses of Class
io.vertx.mysqlclient.data.spatial.Polygon
-
Packages that use Polygon Package Description io.vertx.mysqlclient.data.spatial -
-
Uses of Polygon in io.vertx.mysqlclient.data.spatial
Methods in io.vertx.mysqlclient.data.spatial that return Polygon Modifier and Type Method Description Polygon
Polygon. setLineStrings(List<LineString> lineStrings)
Methods in io.vertx.mysqlclient.data.spatial that return types with arguments of type Polygon Modifier and Type Method Description List<Polygon>
MultiPolygon. getPolygons()
Method parameters in io.vertx.mysqlclient.data.spatial with type arguments of type Polygon Modifier and Type Method Description MultiPolygon
MultiPolygon. setPolygons(List<Polygon> polygons)
Constructors in io.vertx.mysqlclient.data.spatial with parameters of type Polygon Constructor Description Polygon(Polygon other)
Constructor parameters in io.vertx.mysqlclient.data.spatial with type arguments of type Polygon Constructor Description MultiPolygon(long SRID, List<Polygon> polygons)
-