Compartilhar via


SqlSpatialFunctions.Reduce Método

Definição

Sobrecargas

Reduce(DbGeography, Nullable<Double>)

Retorna uma aproximação da instância de geografia especificada produzida pela execução do algoritmo Douglas-Peucker na instância com a tolerância especificada.

Reduce(DbGeometry, Nullable<Double>)

Retorna uma aproximação da instância de geografia especificada produzida pela execução do algoritmo Douglas-Peucker na instância com a tolerância especificada.

Reduce(DbGeography, Nullable<Double>)

Retorna uma aproximação da instância de geografia especificada produzida pela execução do algoritmo Douglas-Peucker na instância com a tolerância especificada.

[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

Parâmetros

geographyValue
DbGeography

O valor de geografia.

tolerance
Nullable<Double>

A tolerância a ser inserida no algoritmo de Douglas-Peucker. a tolerância deve ser um número positivo.

Retornos

Retorna DbGeography.

Atributos

Aplica-se a

Reduce(DbGeometry, Nullable<Double>)

Retorna uma aproximação da instância de geografia especificada produzida pela execução do algoritmo Douglas-Peucker na instância com a tolerância especificada.

[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

Parâmetros

geometryValue
DbGeometry

O valor de geometria.

tolerance
Nullable<Double>

A tolerância a ser inserida no algoritmo de Douglas-Peucker. a tolerância deve ser um número positivo.

Retornos

Retorna DbGeometry.

Atributos

Aplica-se a