Geotools.Net

LineString.IsEmpty Method 

Determines if this linestring is empty.

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

Return Value

True if the linestring is empty.

Implements

IGeometry.IsEmpty

Remarks

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

See Also

LineString Class | LineString Members | Geotools.Geometries Namespace