Geotools.Net

Geometry.GetBoundaryDimension Method 

Returns the dimension of this Geometrys inherent boundary.

[Visual Basic]
MustOverride Public Function GetBoundaryDimension() As Integer
[C#]
public abstract int GetBoundaryDimension();

Return Value

Returns the dimension of the boundary of the class implementing this interface, whether or not this object is the empty geometry. Returns Dimension.FALSE if the boundary is the empty geometry.

Remarks

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

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace