combineExtentsOrNull

fun combineExtentsOrNull(geometry1: Geometry, geometry2: Geometry): Envelope?

Returns an Envelope representing the minimum extent that encloses both geometry1 and geometry2. Supports true curves.

Return

The maximum extent of the two given geometries.

Since

200.1.0


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

Return

The maximum extent of the geometries in the collection.

Since

200.1.0