densify Geodetic Or Null
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.
max Segment Length
The maximum distance between vertices when the input geometry is densified, in the given linear units.
length Unit
The unit of measure for the maximum segment length. If null, meters are assumed.
curve Type
The type of curve to calculate.