GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

ImageHistogramParameters Class

Input parameters for the computeHistograms or
computeStatisticsHistograms
method on ImageryLayer, or the computeStatisticsHistograms
method on ImageryTileLayer.
ArcGIS Maps SDK for JavaScript

public class ImageHistogramParameters :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.ImageHistogramParameters>

Inheritance System.Object 🡒 ImageHistogramParameters

Implements System.IEquatable<ImageHistogramParameters>

Constructors

ImageHistogramParameters(Geometry, MosaicRule, Point, RasterFunction, TimeExtent) Constructor

Input parameters for the computeHistograms or
computeStatisticsHistograms
method on ImageryLayer, or the computeStatisticsHistograms
method on ImageryTileLayer.
ArcGIS Maps SDK for JavaScript

public ImageHistogramParameters(dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry=null, dymaptic.GeoBlazor.Core.Model.MosaicRule? MosaicRule=null, dymaptic.GeoBlazor.Core.Components.Geometries.Point? PixelSize=null, dymaptic.GeoBlazor.Core.Components.RasterFunction? RasterFunction=null, dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent=null);

Parameters

Geometry dymaptic.GeoBlazor.Core.Components.Geometries.Geometry

Input geometry that defines the area of interest for which the histograms and statistics will be computed.
ArcGIS Maps SDK for JavaScript

MosaicRule dymaptic.GeoBlazor.Core.Model.MosaicRule

Specifies the mosaic rule on how individual images should be mosaicked
when the histogram is computed.
ArcGIS Maps SDK for JavaScript

PixelSize dymaptic.GeoBlazor.Core.Components.Geometries.Point

Specifies the pixel size (or the resolution).
ArcGIS Maps SDK for JavaScript

RasterFunction dymaptic.GeoBlazor.Core.Components.RasterFunction

Specifies the raster function from which to compute the statistics and histogram.
ArcGIS Maps SDK for JavaScript

TimeExtent dymaptic.GeoBlazor.Core.Components.TimeExtent

The time extent for which to compute the statistics and histogram.
ArcGIS Maps SDK for JavaScript

Properties

ImageHistogramParameters.Geometry Property

Input geometry that defines the area of interest for which the histograms and statistics will be computed.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Geometry? Geometry { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Geometries.Geometry

ImageHistogramParameters.MosaicRule Property

Specifies the mosaic rule on how individual images should be mosaicked
when the histogram is computed.
ArcGIS Maps SDK for JavaScript

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

Property Value

dymaptic.GeoBlazor.Core.Model.MosaicRule

ImageHistogramParameters.PixelSize Property

Specifies the pixel size (or the resolution).
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Geometries.Point? PixelSize { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Geometries.Point

ImageHistogramParameters.RasterFunction Property

Specifies the raster function from which to compute the statistics and histogram.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.RasterFunction? RasterFunction { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.RasterFunction

ImageHistogramParameters.TimeExtent Property

The time extent for which to compute the statistics and histogram.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.TimeExtent