ISqlSpatialGridIndexable.BufferForDistanceQuery(Double, Boolean) Method

Definition

Constructs a buffer for the given distance.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.ISqlSpatialGridIndexable BufferForDistanceQuery (double distance, out bool disableInternalFiltering);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
abstract member BufferForDistanceQuery : double * bool -> Microsoft.SqlServer.Types.ISqlSpatialGridIndexable
Public Function BufferForDistanceQuery (distance As Double, ByRef disableInternalFiltering As Boolean) As ISqlSpatialGridIndexable

Parameters

distance
Double

The distance used to calculate the buffer.

disableInternalFiltering
Boolean

When this method returns, contains a value that indicates whether internal filtering is disabled.

Returns

The ISqlSpatialGridIndexable object that represents the buffer for the given distance.

Attributes

Applies to