Geometry GeodeticDensifyByDeviation( Geometry geometry, double maxDeviation, LinearUnit deviationUnit, GeodeticCurveType curveType )
Function GeodeticDensifyByDeviation( _ ByVal geometry As Geometry, _ ByVal maxDeviation As Double, _ ByVal deviationUnit As LinearUnit, _ ByVal curveType As GeodeticCurveType _ ) As Geometry
Parameters
- geometry
- The geometry to be densified.
- maxDeviation
- The maximum deviation allowed from the true curve. If maxDeviation is less than or equal to zero, the value of 50 km is used.
- deviationUnit
- The linear unit of maxDeviation.
- curveType
- The type of curve that connects the vertices of the densified geometry.
Return Value
The densified geometry.