SqlSpatialFunctions.Reduce メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| Reduce(DbGeography, Nullable<Double>) |
特定の許容範囲のインスタンスで Douglas-Peucker アルゴリズムを実行することで生成される特定の地理インスタンスの概算値を返します。 |
| Reduce(DbGeometry, Nullable<Double>) |
特定の許容範囲のインスタンスで Douglas-Peucker アルゴリズムを実行することで生成される特定の地理インスタンスの概算値を返します。 |
Reduce(DbGeography, Nullable<Double>)
特定の許容範囲のインスタンスで Douglas-Peucker アルゴリズムを実行することで生成される特定の地理インスタンスの概算値を返します。
[System.Data.Entity.DbFunction("SqlServer", "REDUCE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="tolerance")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static System.Data.Entity.Spatial.DbGeography Reduce(System.Data.Entity.Spatial.DbGeography geographyValue, Nullable<double> tolerance);
static member Reduce : System.Data.Entity.Spatial.DbGeography * Nullable<double> -> System.Data.Entity.Spatial.DbGeography
Public Shared Function Reduce (geographyValue As DbGeography, tolerance As Nullable(Of Double)) As DbGeography
パラメーター
- geographyValue
- DbGeography
地理的な値。
戻り値
DbGeography を返します。
- 属性
適用対象
Reduce(DbGeometry, Nullable<Double>)
特定の許容範囲のインスタンスで Douglas-Peucker アルゴリズムを実行することで生成される特定の地理インスタンスの概算値を返します。
[System.Data.Entity.DbFunction("SqlServer", "REDUCE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="tolerance")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geometryValue")]
public static System.Data.Entity.Spatial.DbGeometry Reduce(System.Data.Entity.Spatial.DbGeometry geometryValue, Nullable<double> tolerance);
static member Reduce : System.Data.Entity.Spatial.DbGeometry * Nullable<double> -> System.Data.Entity.Spatial.DbGeometry
Public Shared Function Reduce (geometryValue As DbGeometry, tolerance As Nullable(Of Double)) As DbGeometry
パラメーター
- geometryValue
- DbGeometry
ジオメトリ値。
戻り値
DbGeometry を返します。
- 属性