Class Polygon

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

public class Polygon extends Object
Polygon data type in Postgres represented by lists of points (the vertexes of the polygon). Polygons are very similar to closed paths, but are stored differently and have their own set of support routines.
  • Constructor Details

    • Polygon

      public Polygon()
    • Polygon

      public Polygon(List<Point> points)
  • Method Details