DbGeography.Buffer-Methode
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Gibt ein Geografieobjekt zurück, das die Gesamtmenge aller Punkte darstellt, deren Abstand zu einer Geografieinstanz kleiner oder gleich einem angegebenen Wert ist.
Namespace: System.Data.Entity.Spatial
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Function Buffer ( _
distance As Nullable(Of Double) _
) As DbGeography
'Usage
Dim instance As DbGeography
Dim distance As Nullable(Of Double)
Dim returnValue As DbGeography
returnValue = instance.Buffer(distance)
public DbGeography Buffer(
Nullable<double> distance
)
public:
DbGeography^ Buffer(
Nullable<double> distance
)
member Buffer :
distance:Nullable<float> -> DbGeography
public function Buffer(
distance : Nullable<double>
) : DbGeography
Parameter
- distance
Typ: System.Nullable<Double>
Der Abstand.
Rückgabewert
Typ: System.Data.Entity.Spatial.DbGeography
Ein Geografieobjekt, das die Gesamtmenge aller Punkte darstellt.