GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Results

HistogramsResult Class

Represents the result of a computation request for histograms.

public class HistogramsResult :
System.IEquatable<dymaptic.GeoBlazor.Pro.Results.HistogramsResult>

Inheritance System.Object 🡒 HistogramsResult

Implements System.IEquatable<HistogramsResult>

Constructors

HistogramsResult(IReadOnlyList) Constructor

Represents the result of a computation request for histograms.

public HistogramsResult(System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.RasterHistogram> Histograms);

Parameters

Histograms System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.RasterHistogram>

Result containing raster histograms.

Properties

HistogramsResult.Histograms Property

Result containing raster histograms.

public System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.RasterHistogram> Histograms { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<dymaptic.GeoBlazor.Core.Model.RasterHistogram>