Polygon constructor
Polygon(
- int? srid,
- List<
LineString> rings, - bool hasZ,
- bool hasM,
Implementation
Polygon(int? srid, this.rings, bool hasZ, bool hasM)
: super(srid, GeometryType.polygon, hasZ, hasM);