combineExtentsCollection static method

Envelope combineExtentsCollection({
  1. required List<Geometry> geometries,
})

Returns an Envelope representing the minimum extent that encloses all geometries in the given collection.

Supports true curves.

Parameters:

  • geometries — A collection of geometries.

Return Value: The maximum extent of the geometries in the collection.