Lingua

SqlGeography.Reduce(Double) Metodo

Definizione

Restituisce un'approssimazione dell'istanza geography specificata generata eseguendo l'algoritmo Douglas-Peucker sull'istanza con la tolleranza specificata.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography Reduce(double tolerance);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.Reduce : double -> Microsoft.SqlServer.Types.SqlGeography
Public Function Reduce (tolerance As Double) As SqlGeography

Parametri

tolerance
Double

Valore double che rappresenta la tolleranza all'input per l'algoritmo Douglas-Peucker. la tolleranza deve essere un numero positivo.

Valori restituiti

Valore SqlGeography che rappresenta un'approssimazione dell'istanza corrente.

Attributi

Si applica a