Geotools.Net

Geometry.HasNonEmptyElements Method 

Returns true if the array contains any non-empty Geometrys.

[Visual Basic]
Protected Shared Function HasNonEmptyElements( _
   ByVal array As IEnumerable _
) As Boolean
[C#]
protected static bool HasNonEmptyElements(
   IEnumerable array
);

Parameters

array
An Array of geometries.

Return Value

Returns true if any of the geometries in the list's IsEmpty method return false.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.HasNonEmptyElements(System.Collections.IEnumerable)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace