SharpMap.Geometries.Polygon.IsSimple C# (CSharp) Method

IsSimple() public method

Returns 'true' if this Geometry has no anomalous geometric points, such as self intersection or self tangency. The description of each instantiable geometric class will include the specific conditions that cause an instance of that class to be classified as not simple.
public IsSimple ( ) : bool
return bool
        public override bool IsSimple()
        {
            throw new NotImplementedException();
        }