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 Summary
Constructors Constructor Description LineString()
LineString(long SRID, List<Point> points)
LineString(LineString other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Point>
getPoints()
LineString
setPoints(List<Point> points)
-
-
-
Constructor Detail
-
LineString
public LineString()
-
LineString
public LineString(LineString other)
-
-
Method Detail
-
setPoints
public LineString setPoints(List<Point> points)
-
-