Geotools.Net

GeometryCollection.IsSimple Method 

Determines if this collection is simple

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

Return Value

True if all the geometries in this collection are simple.

Implements

IGeometry.IsSimple

Remarks

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

See Also

GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace