Geotools.Net

Geometry.GetDimension Method 

Returns the dimension of this Geometry.

[Visual Basic]
MustOverride Public Function GetDimension() As Integer Implements _
   IGeometry.GetDimension
[C#]
public abstract int GetDimension();

Return Value

Returns the dimension of the class implementing this interface, whether or not this object is the empty geometry

Implements

IGeometry.GetDimension

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace