SqlGeography.BufferWithCurves(Double) Método

Definição

Retorna uma SqlGeography instância que representa o conjunto de todos os pontos cuja distância da instância de chamada SqlGeography é menor ou igual ao distance parâmetro.

[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

Parâmetros

distance
Double

A distância máxima que aponta a formação do buffer pode ser da instância de geografia.

Retornos

O conjunto de todos os pontos cuja distância da instância de chamada SqlGeography é menor ou igual a distance.

Atributos

Aplica-se a