RasterLayer.GetStatistics

RasterLayer.GetStatistics method

Calcola statistiche riassuntive costituite da conteggio, somma, media, min, max.

public RasterStatistics GetStatistics(int bandIndex = 0, bool excludeNodataValue = true)
ParametroTipoDescrizione
bandIndexInt32L’indice della banda. La numerazione parte da 0.
excludeNodataValueBooleanConsente di escludere i valori ’nodata’. Se ’excludeNodataValue’ è impostato su false, vengono considerati tutti i pixel.

Valore di ritorno

Le statistiche riassuntive.

Guarda anche