Lingua

SqlGeometry.Reduce(Double) Metodo

Definizione

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

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

Parametri

tolerance
Double

Valore double che rappresenta la tolleranza all'input per l'algoritmo Douglas-Peucker.

Valori restituiti

Oggetto SqlGeometry che rappresenta un'approssimazione della chiamata SqlGeometry all'interno della tolleranza specificata.

Attributi

Si applica a