Geotools.Net

GeometryCollection.IsEmpty Method 

Determines if this geometrycollection is empty

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

Return Value

True if empty else false.

Implements

IGeometry.IsEmpty

Remarks

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

See Also

GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace