public Geometry SimplifyAsFeature( Geometry geometry, bool forceSimplify )
Public Function SimplifyAsFeature( _ ByVal geometry As Geometry, _ ByVal forceSimplify As Boolean _ ) As Geometry
Parameters
- geometry
- The geometry to be simplified.
- forceSimplify
- When true, it forces the simplification code to be applied to the geometry even if the geometry comes from a trusted source or has already been simplified. When false, the method will do nothing if called on the same geometry a second time.
Return Value
The simplified geometry.