ISqlSpatialGridIndexable.InteriorBufferForDistanceQuery(Double) Method

Definition

Constructs an interior buffer for the given distance.

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

Parameters

distance
Double

The distance used to calculate the buffer.

Returns

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

Attributes

Applies to