SqlGeometry.ISqlSpatialGridIndexable.BufferForDistanceQuery Method

Definition

Returns the buffer for distance query for the SQL Geometry.

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

Parameters

distance
Double

Is a double that specifies the distance from the SqlGeometry instance around which to calculate the buffer.

disableInternalFiltering
Boolean

True if the SQL Geometry disables intermediate filtering; otherwise, false.

Returns

The buffer for distance query.

Implements

Attributes

Applies to