Share via


SqlSpatialFunctions.Reduce メソッド

定義

特定の許容範囲のインスタンスで Douglas-Peucker アルゴリズムを実行することで生成される特定の地理インスタンスの概算値を返します。

オーバーロード

Reduce(DbGeography, Nullable<Double>)

特定の許容範囲のインスタンスで Douglas-Peucker アルゴリズムを実行することで生成される特定の地理インスタンスの概算値を返します。

Reduce(DbGeometry, Nullable<Double>)

特定の許容範囲のインスタンスで Douglas-Peucker アルゴリズムを実行することで生成される特定の地理インスタンスの概算値を返します。

Reduce(DbGeography, Nullable<Double>)

特定の許容範囲のインスタンスで Douglas-Peucker アルゴリズムを実行することで生成される特定の地理インスタンスの概算値を返します。

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

パラメーター

geographyValue
DbGeography

地理的な値。

tolerance
Nullable<Double>

Douglas-Peucker アルゴリズムへの入力に対する許容値です。 許容値は、正の数である必要があります。

戻り値

DbGeography が返されます。

属性

適用対象

Reduce(DbGeometry, Nullable<Double>)

特定の許容範囲のインスタンスで Douglas-Peucker アルゴリズムを実行することで生成される特定の地理インスタンスの概算値を返します。

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

パラメーター

geometryValue
DbGeometry

ジオメトリ値。

tolerance
Nullable<Double>

Douglas-Peucker アルゴリズムへの入力に対する許容値です。 許容値は、正の数である必要があります。

戻り値

DbGeometry が返されます。

属性

適用対象