Geotools.Net

GeometryCollection.GetDimension Method 

Returns the largest dimension in the collection.

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

Return Value

An integer containing the largest dimension in the collection.

Implements

IGeometry.GetDimension

Remarks

E.g. a surface = 2 , a point = 0.

See Also

GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace