次の方法で共有


SqlSpatialFunctions.BufferWithTolerance メソッド

定義

インスタンスからの距離が指定した値以下のすべてのポイントの値の共用体を表す、指定した許容値を考慮に入れたジオメトリック オブジェクトを返します。

オーバーロード

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

、geography インスタンスからの距離が指定した値以下のすべてのポイントの値の共用体を表す、指定した許容値を考慮に入れたジオメトリック オブジェクトを返します。

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

geometry インスタンスからの距離が指定した値以下のすべてのポイントの値の共用体を表す、指定した許容値を考慮に入れたジオメトリック オブジェクトを返します。

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

地理的な値。

distance
Nullable<Double>

距離。

tolerance
Nullable<Double>

指定した許容範囲。

relative
Nullable<Boolean>

許容範囲の値が相対または絶対かどうかを指定します。

戻り値

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

属性

適用対象

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

geometry インスタンスからの距離が指定した値以下のすべてのポイントの値の共用体を表す、指定した許容値を考慮に入れたジオメトリック オブジェクトを返します。

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

ジオメトリ値。

distance
Nullable<Double>

距離。

tolerance
Nullable<Double>

指定した許容範囲。

relative
Nullable<Boolean>

許容範囲の値が相対または絶対かどうかを指定します。

戻り値

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

属性

適用対象