Geotools.Net

IGeometry.Buffer Method 

Returns a buffer region around this geometry having the given width.

[Visual Basic]
Function Buffer( _
   ByVal distance As Double _
) As Geometry
[C#]
Geometry Buffer(
   double distance
);

Parameters

distance
The distance the width of the buffer, interpreted according to the PrecisionModel of the Geometry.

Return Value

Returns all points whose distance from this Geometry are less than or equal to distance.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.Buffer(System.Double)

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace