Class RasterStatistics

RasterStatistics class

The statistics for any raster layer.

public class RasterStatistics

Properties

NameDescription
Count { get; }Number of cells or pixels counted for the summary statistics.
Max { get; }Maximum value of counted cells or pixel values.
Mean { get; }Arithmetic mean of all counted cells or pixel values.
Min { get; }Minimum value of counted cells or pixel values.
Sum { get; }Sum of all counted cells or pixel values.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also