public Geometry Generalize3D( Geometry geometry, double maxDeviation )
Public Function Generalize3D( _ ByVal geometry As Geometry, _ ByVal maxDeviation As Double _ ) As Geometry
Parameters
- geometry
- The geometry to be generalized.
- maxDeviation
- The maximum distance in meters that the output geometry can deviate from the input geometry.
Return Value
The generalized geometry. If the input geometry is empty, then it is returned unchanged.