Geotools.Net

LineString.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. Returns zero always because the boundary is a multipoint and the dimension of a multipoint is always 0.

Remarks

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

See Also

LineString Class | LineString Members | Geotools.Geometries Namespace