Geotools.Net

LineString.IsRing Method 

Determines if this linestring is closed and simple therefore a ring.

[Visual Basic]
NotOverridable Public Function IsRing() As Boolean Implements _
   ICurve.IsRing
[C#]
public bool IsRing();

Return Value

True or false if this linestring is a ring.

Implements

ICurve.IsRing

Remarks

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

See Also

LineString Class | LineString Members | Geotools.Geometries Namespace