SqlGeometry.Reduce(Double) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une approximation de l’instance donnée SqlGeometry produite en exécutant l’algorithme Douglas-Peucker sur l’instance avec la tolérance donnée.
[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
Paramètres
- tolerance
- Double
Double qui représente la tolérance d’entrée à l’algorithme de Douglas-Peucker.
Retours
Objet SqlGeometry qui représente une approximation de l’appel SqlGeometry dans la tolérance spécifiée.
- Attributs