DbGeography.Buffer(Nullable<Double>) 方法

定义

返回表示所有点的联合从地理实例的距离小于或等于指定的值的地理对象

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

参数

distance
Nullable<Double>

距离。

返回

表示所有点的并集的 geography 对象。

适用于