DbGeometry.Buffer(Nullable<Double>) Método
Definição
Retorna um objeto de geometria que representa a união de todos os pontos cuja distância de uma instância de geometria é menor ou igual a um valor especificado.Returns a geometry object that represents the union of all points whose distance from a geometry instance is less than or equal to a specified value.
public:
System::Data::Spatial::DbGeometry ^ Buffer(Nullable<double> distance);
public System.Data.Spatial.DbGeometry Buffer (double? distance);
member this.Buffer : Nullable<double> -> System.Data.Spatial.DbGeometry
Public Function Buffer (distance As Nullable(Of Double)) As DbGeometry
Parâmetros
Retornos
Um objeto de geometria que representa a união de todos os pontos.A geometry object that represents the union of all points.