Class Polygon


  • public class Polygon
    extends Geometry
    A Polygon is a planar Surface representing a multisided geometry. It is defined by a single exterior boundary and zero or more interior boundaries, where each interior boundary defines a hole in the Polygon.
    • Constructor Detail

      • Polygon

        public Polygon()
      • Polygon

        public Polygon​(Polygon other)
      • Polygon

        public Polygon​(long SRID,
                       List<LineString> lineStrings)