Geotools.Net

LineString.IsSimple Method 

Determines if this linestring is simple (does not intersect itself).

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

Return Value

true if the linestring is simple.

Implements

IGeometry.IsSimple

Remarks

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

See Also

LineString Class | LineString Members | Geotools.Geometries Namespace