Geotools.Net

IGeometry.IsSimple Method 

Returns false if the Geometry has any anomalous points.

[Visual Basic]
Function IsSimple() As Boolean
[C#]
bool IsSimple();

Return Value

Returns true if this Geometry has any points of self-tangency, self-intersection or other anomalous points

Remarks

Subinterfaces can refine this definition of "simple" in their comments. If this Geometry is empty, returns true. In general, the SFS specifications of simplicity seem to follow the following rule: A Geometry is simple iff the only self-intersections are at boundary points. For all empty Geometrys, isSimple = true

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace