Class LineString

java.lang.Object
io.vertx.mysqlclient.data.spatial.Geometry
io.vertx.mysqlclient.data.spatial.LineString

public class LineString extends Geometry
A LineString is a Curve with linear interpolation between points, it may represents a Line or a LinearRing.
  • Constructor Details

    • LineString

      public LineString()
    • LineString

      public LineString(LineString other)
    • LineString

      public LineString(long SRID, List<Point> points)
  • Method Details