Geotools.Net

LinearRing.IsSimple Method 

By definition a linear ring cannot intersect (except the first and last point) except for the first and end point, so this property will always return true.

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

Return Value

True if the linear ring is simple.

Implements

IGeometry.IsSimple

Remarks

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

See Also

LinearRing Class | LinearRing Members | Geotools.Geometries Namespace