createGeometryCollectionEmpty method

GeometryCollection createGeometryCollectionEmpty()

Constructs an empty {@link GeometryCollection} geometry.

@return an empty GeometryCollection

Implementation

GeometryCollection createGeometryCollectionEmpty() {
  return new GeometryCollection.withFactory(null, this);
}