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