Geotools.Net

Geometry.IsEmpty Method 

Returns whether or not the set of points in this Geometry is empty.

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

Return Value

Returns true if this Geometry equals the empty geometry

Implements

IGeometry.IsEmpty

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace