Class LineSegment

java.lang.Object
io.vertx.pgclient.data.LineSegment

public class LineSegment extends Object
Finite line segment data type in Postgres represented by pairs of Points that are the endpoints of the segment.
  • Constructor Details

    • LineSegment

      public LineSegment()
    • LineSegment

      public LineSegment(Point p1, Point p2)
  • Method Details