dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PixelBlockAddDataPlaneData Class

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

Inheritance System.Object 🡒 PixelBlockAddDataPlaneData

Implements System.IEquatable<PixelBlockAddDataPlaneData>

Constructors

PixelBlockAddDataPlaneData(IReadOnlyCollection, PixelBlockAddDataPlaneDataStatistics) Constructor

public PixelBlockAddDataPlaneData(System.Collections.Generic.IReadOnlyCollection<double>? Pixels=null, dymaptic.GeoBlazor.Core.Model.PixelBlockAddDataPlaneDataStatistics? Statistics=null);

Parameters

Pixels System.Collections.Generic.IReadOnlyCollection<System.Double>

A two dimensional array representing the pixels to add.
ArcGIS Maps SDK for JavaScript

Statistics PixelBlockAddDataPlaneDataStatistics

An array of objects containing numeric statistical properties.
ArcGIS Maps SDK for JavaScript

Properties

PixelBlockAddDataPlaneData.Pixels Property

A two dimensional array representing the pixels to add.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<double>? Pixels { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Double>

PixelBlockAddDataPlaneData.Statistics Property

An array of objects containing numeric statistical properties.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Model.PixelBlockAddDataPlaneDataStatistics? Statistics { get; set; }

Property Value

PixelBlockAddDataPlaneDataStatistics