GeometryCollection constructor

GeometryCollection(
  1. List<Geometry> geometries,
  2. PrecisionModel precisionModel,
  3. int SRID
)

@deprecated Use GeometryFactory instead

Implementation

GeometryCollection(
    List<Geometry> geometries, PrecisionModel precisionModel, int SRID)
    : this.withFactory(geometries,
          new GeometryFactory.withPrecisionModelSrid(precisionModel, SRID));