DbGeography.Buffer(Nullable<Double>) Método

Definição

Retorna um objeto de geografia que representa a união de todos os pontos cuja distância de uma instância de geografia é menor ou igual a um valor especificado.Returns a geography object that represents the union of all points whose distance from a geography instance is less than or equal to a specified value.

public:
 System::Data::Spatial::DbGeography ^ Buffer(Nullable<double> distance);
public System.Data.Spatial.DbGeography Buffer (double? distance);
member this.Buffer : Nullable<double> -> System.Data.Spatial.DbGeography
Public Function Buffer (distance As Nullable(Of Double)) As DbGeography

Parâmetros

distance
Nullable<Double>

A distância.The distance.

Retornos

DbGeography

Um objeto de geografia que representa a união de todos os pontosA geography object that represents the union of all points

Aplica-se a