SqlSpatialFunctions.BufferWithTolerance メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インスタンスからの距離が指定した値以下のすべてのポイントの値の共用体を表す、指定した許容値を考慮に入れたジオメトリック オブジェクトを返します。
オーバーロード
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
地理的な値。
戻り値
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
ジオメトリ値。
戻り値
geometry インスタンスからの距離が指定した値以下であるすべてのポイント値の和集合。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET