densifyGeodeticOrNull

fun densifyGeodeticOrNull(geometry: Geometry, maxSegmentLength: Double, lengthUnit: LinearUnit?, curveType: GeodeticCurveType): Geometry?

Densifies the input geometry by creating additional vertices along the geometry, using a geodetic curve.

Return

The geodetic densified geometry, or null if a true curve geometry was used as input when it is not supported by this operator.

Since

200.1.0

Parameters

geometry

A geometry to densify.

maxSegmentLength

The maximum distance between vertices when the input geometry is densified, in the given linear units.

lengthUnit

The unit of measure for the maximum segment length. If null, meters are assumed.

curveType

The type of curve to calculate.