SqlSpatialFunctions.BufferWithTolerance メソッド

定義

インスタンスからの距離が指定した値以下であるすべてのポイント値の和集合を表すジオメトリ オブジェクトを返します。これにより、指定した許容値が許容されます。

オーバーロード

名前 説明
BufferWithTolerance(DbGeography, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

geography インスタンスからの距離が指定した値以下であるすべてのポイント値の和集合を表すジオメトリ オブジェクトを返します。これにより、指定した許容値が許容されます。

BufferWithTolerance(DbGeometry, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

ジオメトリ インスタンスからの距離が指定した値以下であるすべてのポイント値の和集合を表すジオメトリ オブジェクトを返します。これにより、指定した許容値が許容されます。

BufferWithTolerance(DbGeography, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

geography インスタンスからの距離が指定した値以下であるすべてのポイント値の和集合を表すジオメトリ オブジェクトを返します。これにより、指定した許容値が許容されます。

public:
 static System::Data::Spatial::DbGeography ^ BufferWithTolerance(System::Data::Spatial::DbGeography ^ geographyValue, Nullable<double> distance, Nullable<double> tolerance, Nullable<bool> relative);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "BUFFERWITHTOLERANCE")]
public static System.Data.Spatial.DbGeography BufferWithTolerance(System.Data.Spatial.DbGeography geographyValue, double? distance, double? tolerance, bool? relative);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "BUFFERWITHTOLERANCE")>]
static member BufferWithTolerance : System.Data.Spatial.DbGeography * Nullable<double> * Nullable<double> * Nullable<bool> -> System.Data.Spatial.DbGeography
Public Shared Function BufferWithTolerance (geographyValue As DbGeography, distance As Nullable(Of Double), tolerance As Nullable(Of Double), relative As Nullable(Of Boolean)) As DbGeography

パラメーター

geographyValue
DbGeography

geography 値。

distance
Nullable<Double>

距離。

tolerance
Nullable<Double>

指定した許容値。

relative
Nullable<Boolean>

許容値を相対値と絶対値のどちらにするかを指定します。

返品

geography インスタンスからの距離が指定した値以下であるすべてのポイント値の和集合。

属性

適用対象

BufferWithTolerance(DbGeometry, Nullable<Double>, Nullable<Double>, Nullable<Boolean>)

ジオメトリ インスタンスからの距離が指定した値以下であるすべてのポイント値の和集合を表すジオメトリ オブジェクトを返します。これにより、指定した許容値が許容されます。

public:
 static System::Data::Spatial::DbGeometry ^ BufferWithTolerance(System::Data::Spatial::DbGeometry ^ geometryValue, Nullable<double> distance, Nullable<double> tolerance, Nullable<bool> relative);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "BUFFERWITHTOLERANCE")]
public static System.Data.Spatial.DbGeometry BufferWithTolerance(System.Data.Spatial.DbGeometry geometryValue, double? distance, double? tolerance, bool? relative);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "BUFFERWITHTOLERANCE")>]
static member BufferWithTolerance : System.Data.Spatial.DbGeometry * Nullable<double> * Nullable<double> * Nullable<bool> -> System.Data.Spatial.DbGeometry
Public Shared Function BufferWithTolerance (geometryValue As DbGeometry, distance As Nullable(Of Double), tolerance As Nullable(Of Double), relative As Nullable(Of Boolean)) As DbGeometry

パラメーター

geometryValue
DbGeometry

geometry 値。

distance
Nullable<Double>

距離。

tolerance
Nullable<Double>

指定した許容値。

relative
Nullable<Boolean>

許容値を相対値と絶対値のどちらにするかを指定します。

返品

ジオメトリ インスタンスからの距離が指定した値以下であるすべてのポイント値の和集合。

属性

適用対象