class GeometryCollection < Geometry
    def self.create(geometries)
      geometry_collection = OGR::Tools.cast_geometry(FFIOGR.OGR_G_CreateGeometry(:geometry_collection))

      if geometries.size > 0