dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

RasterInfoStatistics Class

Raster band statistics.
ArcGIS Maps SDK for JavaScript

public class RasterInfoStatistics :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.RasterInfoStatistics>

Inheritance System.Object 🡒 RasterInfoStatistics

Implements System.IEquatable<RasterInfoStatistics>

Constructors

RasterInfoStatistics(Nullable, Nullable, Nullable, Nullable) Constructor

Raster band statistics.
ArcGIS Maps SDK for JavaScript

public RasterInfoStatistics(System.Nullable<double> Avg=null, System.Nullable<double> Max=null, System.Nullable<double> Min=null, System.Nullable<double> Stddev=null);

Parameters

Avg System.Nullable<System.Double>

The average of calculated pixel values.
ArcGIS Maps SDK for JavaScript

Max System.Nullable<System.Double>

The maximum pixel value.
ArcGIS Maps SDK for JavaScript

Min System.Nullable<System.Double>

The minimum pixel value.
ArcGIS Maps SDK for JavaScript

Stddev System.Nullable<System.Double>

The standard deviation of calculated pixel values.
ArcGIS Maps SDK for JavaScript

Properties

RasterInfoStatistics.Avg Property

The average of calculated pixel values.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Avg { get; set; }

Property Value

System.Nullable<System.Double>

RasterInfoStatistics.Max Property

The maximum pixel value.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Max { get; set; }

Property Value

System.Nullable<System.Double>

RasterInfoStatistics.Min Property

The minimum pixel value.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Min { get; set; }

Property Value

System.Nullable<System.Double>

RasterInfoStatistics.Stddev Property

The standard deviation of calculated pixel values.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Stddev { get; set; }

Property Value

System.Nullable<System.Double>