dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
RasterBandInfo Class
referenced by ImageryLayer or
module:esri/layers/ImageryTileLayer#rasterInfo.
ArcGIS Maps SDK for JavaScript
public class RasterBandInfo :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.RasterBandInfo>
Inheritance System.Object 🡒 RasterBandInfo
Implements System.IEquatable<RasterBandInfo>
Constructors
RasterBandInfo(Nullable, Nullable, string, Nullable, Nullable, Nullable, Nullable, Nullable) Constructor
referenced by ImageryLayer or
module:esri/layers/ImageryTileLayer#rasterInfo.
ArcGIS Maps SDK for JavaScript
public RasterBandInfo(System.Nullable<double> MaxWavelength=null, System.Nullable<double> MinWavelength=null, string? Name=null, System.Nullable<double> RadianceBias=null, System.Nullable<double> RadianceGain=null, System.Nullable<double> ReflectanceBias=null, System.Nullable<double> ReflectanceGain=null, System.Nullable<double> SolarIrradiance=null);
Parameters
MaxWavelength
System.Nullable<System.Double>
The maximum wavelength of the band.
ArcGIS Maps SDK for JavaScript
MinWavelength
System.Nullable<System.Double>
The minimum wavelength of the band.
ArcGIS Maps SDK for JavaScript
Name
System.String
The name of the band.
ArcGIS Maps SDK for JavaScript
RadianceBias
System.Nullable<System.Double>
The radiance bias of the band.
ArcGIS Maps SDK for JavaScript
RadianceGain
System.Nullable<System.Double>
The radiance gain of the band.
ArcGIS Maps SDK for JavaScript
ReflectanceBias
System.Nullable<System.Double>
The reflectance bias of the band.
ArcGIS Maps SDK for JavaScript
ReflectanceGain
System.Nullable<System.Double>
The reflectance gain of the band.
ArcGIS Maps SDK for JavaScript
SolarIrradiance
System.Nullable<System.Double>
The solar irradiance of the band.
ArcGIS Maps SDK for JavaScript
Properties
RasterBandInfo.MaxWavelength Property
The maximum wavelength of the band.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> MaxWavelength { get; set; }
Property Value
System.Nullable<System.Double>
RasterBandInfo.MinWavelength Property
The minimum wavelength of the band.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> MinWavelength { get; set; }
Property Value
System.Nullable<System.Double>
RasterBandInfo.Name Property
The name of the band.
ArcGIS Maps SDK for JavaScript
public string? Name { get; set; }
Property Value
RasterBandInfo.RadianceBias Property
The radiance bias of the band.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> RadianceBias { get; set; }
Property Value
System.Nullable<System.Double>
RasterBandInfo.RadianceGain Property
The radiance gain of the band.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> RadianceGain { get; set; }
Property Value
System.Nullable<System.Double>
RasterBandInfo.ReflectanceBias Property
The reflectance bias of the band.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> ReflectanceBias { get; set; }
Property Value
System.Nullable<System.Double>
RasterBandInfo.ReflectanceGain Property
The reflectance gain of the band.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> ReflectanceGain { get; set; }
Property Value
System.Nullable<System.Double>
RasterBandInfo.SolarIrradiance Property
The solar irradiance of the band.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> SolarIrradiance { get; set; }