次の方法で共有


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

[System.Data.Entity.DbFunction("SqlServer", "BUFFERWITHTOLERANCE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="tolerance")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="distance")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="relative")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static System.Data.Entity.Spatial.DbGeography BufferWithTolerance(System.Data.Entity.Spatial.DbGeography geographyValue, Nullable<double> distance, Nullable<double> tolerance, Nullable<bool> relative);
static member BufferWithTolerance : System.Data.Entity.Spatial.DbGeography * Nullable<double> * Nullable<double> * Nullable<bool> -> System.Data.Entity.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>

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

戻り値

地理インスタンスからの距離が、指定した値以下のすべての点の値の共用体。

属性

適用対象

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

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

[System.Data.Entity.DbFunction("SqlServer", "BUFFERWITHTOLERANCE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="distance")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geometryValue")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="relative")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="tolerance")]
public static System.Data.Entity.Spatial.DbGeometry BufferWithTolerance(System.Data.Entity.Spatial.DbGeometry geometryValue, Nullable<double> distance, Nullable<double> tolerance, Nullable<bool> relative);
static member BufferWithTolerance : System.Data.Entity.Spatial.DbGeometry * Nullable<double> * Nullable<double> * Nullable<bool> -> System.Data.Entity.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>

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

戻り値

ジオメトリ インスタンスからの距離が、指定した値以下のすべての点の値の共用体。

属性

適用対象