public bool IsSimpleOgc( Geometry geometry, out NonSimpleReason nonSimpleReason, bool forceIsSimple )
Public Function IsSimpleOgc( _ ByVal geometry As Geometry, _ ByRef nonSimpleReason As NonSimpleReason, _ ByVal forceIsSimple As Boolean _ ) As Boolean
Parameters
- geometry
- The geometry to be simplified.
- nonSimpleReason
- The reason that the geometry is non-simple.
- forceIsSimple
- (Optional) The default value is false. 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
Returns true if the geometry is simple and false otherwise.