DbGeography.Buffer(Nullable<Double>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回地理物件,代表與地理執行個體之間的距離小於或等於指定值的所有點的聯集。
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
參數
傳回
geography 物件,表示所有點的聯集。