Geotools.Net

ICurve.IsClosed Method 

Returns true if the start point and the end point are equal.

[Visual Basic]
Function IsClosed() As Boolean
[C#]
bool IsClosed();

Return Value

Returns whether the start and end point are equal. Classes implementing curve should document what IsClosed returns if the curve is empty.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.ICurve.IsClosed

See Also

ICurve Interface | ICurve Members | Geotools.Geometries Namespace