SqlGeography.BufferWithCurves(Double) Method

Definition

Returns a SqlGeography instance that represents the set of all points whose distance from the calling SqlGeography instance is less than or equal to the distance parameter.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography BufferWithCurves (double distance);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.BufferWithCurves : double -> Microsoft.SqlServer.Types.SqlGeography
Public Function BufferWithCurves (distance As Double) As SqlGeography

Parameters

distance
Double

The maximum distance that points forming the buffer can be from the geography instance.

Returns

The set of all points whose distance from the calling SqlGeography instance is less than or equal to distance.

Attributes

Applies to