SqlGeography.ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery Method

Definition

Gets the interior buffer for distance query for the SQL Geography.

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

Parameters

distance
Double

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

Returns

The interior buffer for distance query.

Implements

Attributes

Applies to