SqlSpatialFunctions.Reduce Metodo

Definizione

Restituisce approssimazione dell'istanza specificata di posizione geografica prodotto eseguendo l'algoritmo di Douglas-Peucker nell'istanza con la tolleranza specificata.

Overload

Reduce(DbGeography, Nullable<Double>)

Restituisce approssimazione dell'istanza specificata di posizione geografica prodotto eseguendo l'algoritmo di Douglas-Peucker nell'istanza con la tolleranza specificata.

Reduce(DbGeometry, Nullable<Double>)

Restituisce approssimazione dell'istanza specificata di posizione geografica prodotto eseguendo l'algoritmo di Douglas-Peucker nell'istanza con la tolleranza specificata.

Reduce(DbGeography, Nullable<Double>)

Restituisce approssimazione dell'istanza specificata di posizione geografica prodotto eseguendo l'algoritmo di Douglas-Peucker nell'istanza con la tolleranza specificata.

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

Parametri

geographyValue
DbGeography

Valore di geografia.

tolerance
Nullable<Double>

Tolleranza da passare in ingresso all'algoritmo di Douglas-Peucker. la tolleranza deve essere un numero positivo.

Restituisce

Restituisce DbGeography.

Attributi

Si applica a

Reduce(DbGeometry, Nullable<Double>)

Restituisce approssimazione dell'istanza specificata di posizione geografica prodotto eseguendo l'algoritmo di Douglas-Peucker nell'istanza con la tolleranza specificata.

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

Parametri

geometryValue
DbGeometry

Valore di geometria.

tolerance
Nullable<Double>

Tolleranza da passare in ingresso all'algoritmo di Douglas-Peucker. la tolleranza deve essere un numero positivo.

Restituisce

Restituisce DbGeometry.

Attributi

Si applica a