MultiPolygon constructor

MultiPolygon(
  1. int? srid,
  2. List<Polygon> polygons,
  3. bool hasZ,
  4. bool hasM,
)

Implementation

MultiPolygon(int? srid, this.polygons, bool hasZ, bool hasM)
    : super(srid, GeometryType.multiPolygon, hasZ, hasM);