toGeometryCollection method

String toGeometryCollection ()

GEOMETRYCOLLECTION equivalent column.

Implementation

String toGeometryCollection() {
  return "\$table->geometryCollection('$this');";
}