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 record 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
Geometry
Input geometry that defines the area of interest for which the histograms and statistics will be computed. ArcGIS Maps SDK for JavaScript
MosaicRule
MosaicRule
Specifies the mosaic rule on how individual images should be mosaicked when the histogram is computed. ArcGIS Maps SDK for JavaScript
PixelSize
Point
Specifies the pixel size (or the resolution). ArcGIS Maps SDK for JavaScript
RasterFunction
RasterFunction
Specifies the raster function from which to compute the statistics and histogram. ArcGIS Maps SDK for JavaScript
TimeExtent
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
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
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
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
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; }