densifyGeodetic static method
- required Geometry geometry,
- required double maxSegmentLength,
- LinearUnit? lengthUnit,
- required GeodeticCurveType curveType,
Densifies the input geometry by creating additional vertices along the geometry, using a geodetic curve.
Supports true curves as input, producing a densified geometry of straight segments as output.
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.
Return Value: The geodetic densified geometry.