Geotools.Net

Polygon.IsSimple Method 

Determines if this polygon is simple (always true.)

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

Return Value

True.

Implements

IGeometry.IsSimple

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Polygon.IsSimple

See Also

Polygon Class | Polygon Members | Geotools.Geometries Namespace