Share via


DbGeography.Buffer(Nullable<Double>) Methode

Definition

Gibt ein Geografie-Objekt zurück, das die Vereinigung aller Punkte darstellt, deren Abstand zu einer Geografieinstanz kleiner oder gleich einem angegebenen Wert ist.

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

Parameter

distance
Nullable<Double>

Der Abstand.

Gibt zurück

Ein geography-Objekt, das die Union aller Punkte darstellt.

Gilt für: