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

      if geometries.size > 0