Geotools.Net

Geometry.IsSimple Method 

Returns false if the Geometry not simple.

[Visual Basic]
MustOverride Public Function IsSimple() As Boolean Implements _
   IGeometry.IsSimple
[C#]
public abstract bool IsSimple();

Return Value

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

Implements

IGeometry.IsSimple

Remarks

Subclasses provide their own definition of "simple". If this Geometry is empty, returns true. In general, the OpenGIS specifications of simplicity seem to follow the following rule: A Geometry is simple iff the only self-intersections are at boundary points and for all empty Geometrys, isSimple = true.

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace