Geotools.Net

Point.GetBoundaryDimension Method 

Returns the dimension of this Geometrys inherent boundary.

[Visual Basic]
Overrides Public Function GetBoundaryDimension() As Integer
[C#]
public override 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.Point.GetBoundaryDimension

See Also

Point Class | Point Members | Geotools.Geometries Namespace