dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

RasterBandStatistics Class

Raster statistics information returned that meets the specified ImageHistogramParameters from the `computeStatisticsHistograms()` method on ImageryLayer or ImageryTileLayer. ArcGIS Maps SDK for JavaScript

public record RasterBandStatistics : System.IEquatable<dymaptic.GeoBlazor.Core.Model.RasterBandStatistics>

Inheritance System.Object 🡒 RasterBandStatistics

Implements System.IEquatable<RasterBandStatistics>

Constructors

RasterBandStatistics(Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor

Raster statistics information returned that meets the specified ImageHistogramParameters from the `computeStatisticsHistograms()` method on ImageryLayer or ImageryTileLayer. ArcGIS Maps SDK for JavaScript

public RasterBandStatistics(System.Nullable<double> Avg=null, System.Nullable<int> Count=null, System.Nullable<double> Max=null, System.Nullable<double> Median=null, System.Nullable<double> Min=null, System.Nullable<double> Mode=null, System.Nullable<double> Stddev=null, System.Nullable<double> Sum=null);

Parameters

Avg System.Nullable<System.Double>

Average of the statistics. ArcGIS Maps SDK for JavaScript

Count System.Nullable<System.Int32>

Count of the statistics. ArcGIS Maps SDK for JavaScript

Max System.Nullable<System.Double>

Maximum value of the statistics. ArcGIS Maps SDK for JavaScript

Median System.Nullable<System.Double>

Median value of the statistics. ArcGIS Maps SDK for JavaScript

Min System.Nullable<System.Double>

Minimum value of the statistics. ArcGIS Maps SDK for JavaScript

Mode System.Nullable<System.Double>

Mode value of the statistics. ArcGIS Maps SDK for JavaScript

Stddev System.Nullable<System.Double>

Standard deviation of the statistics. ArcGIS Maps SDK for JavaScript

Sum System.Nullable<System.Double>

Sum of the statistics. ArcGIS Maps SDK for JavaScript

Properties

RasterBandStatistics.Avg Property

Average of the statistics. ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Double>

RasterBandStatistics.Count Property

Count of the statistics. ArcGIS Maps SDK for JavaScript

public System.Nullable<int> Count { get; init; }

Property Value

System.Nullable<System.Int32>

RasterBandStatistics.Max Property

Maximum value of the statistics. ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Double>

RasterBandStatistics.Median Property

Median value of the statistics. ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Median { get; init; }

Property Value

System.Nullable<System.Double>

RasterBandStatistics.Min Property

Minimum value of the statistics. ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Double>

RasterBandStatistics.Mode Property

Mode value of the statistics. ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Mode { get; init; }

Property Value

System.Nullable<System.Double>

RasterBandStatistics.Stddev Property

Standard deviation of the statistics. ArcGIS Maps SDK for JavaScript

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

Property Value

System.Nullable<System.Double>

RasterBandStatistics.Sum Property

Sum of the statistics. ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Sum { get; init; }

Property Value

System.Nullable<System.Double>