bool IsSimpleAsFeature( Geometry geometry, bool forceIsSimple )
Function IsSimpleAsFeature( _ ByVal geometry As Geometry, _ Optional ByVal forceIsSimple As Boolean _ ) As Boolean
Parameters
- geometry
- The geometry to be tested.
- forceIsSimple
- (Optional) The default value is false. When true, the geometry will be tested for simplicity even if it has already been tested or simplified. Geometry has a non-persisted internal flag that is set by IsSimpleAsFeature or SimplifyAsFeature calls. The flag is used to avoid computations if the state of the geometry is known.
Return Value
Returns true if the geometry is simple. Otherwise, returns false.