Geotools.Net

GeometryCollection.GetGeometryType Method 

Returns the type of this geometry.

[Visual Basic]
Overrides Public Function GetGeometryType() As String Implements _
   IGeometry.GetGeometryType
[C#]
public override string GetGeometryType();

Return Value

Returns the type of this geometry.

Implements

IGeometry.GetGeometryType

Remarks

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

See Also

GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace