simplifyOrNull

fun <T : Geometry> simplifyOrNull(geometry: T): T?

Simplifies the given geometry to make it topologically consistent according to its geometry type. Supports true curves.

Return

The simplified geometry.

Since

200.1.0

Parameters

geometry

The geometry to simplify