Geotools.Net

Geometry.GetGeometryType Method 

Returns the type of this geometry.

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

Return Value

Returns the type of this geometry.

Implements

IGeometry.GetGeometryType

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace