dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CoverageDescriptionV110RangeAxis Class
Provides additional information on compound valued range.
ArcGIS Maps SDK for JavaScript
public class CoverageDescriptionV110RangeAxis :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV110RangeAxis>
Inheritance System.Object 🡒 CoverageDescriptionV110RangeAxis
Implements System.IEquatable<CoverageDescriptionV110RangeAxis>
Constructors
CoverageDescriptionV110RangeAxis(IReadOnlyCollection, string, string, string, IReadOnlyCollection) Constructor
Provides additional information on compound valued range.
ArcGIS Maps SDK for JavaScript
public CoverageDescriptionV110RangeAxis(System.Collections.Generic.IReadOnlyCollection<double>? BandNoDataValues=null, string? DataType=null, string? Identifier=null, string? Uom=null, System.Collections.Generic.IReadOnlyCollection<string>? Values=null);
Parameters
BandNoDataValues
System.Collections.Generic.IReadOnlyCollection<System.Double>
The axis bandNoDataValues.
ArcGIS Maps SDK for JavaScript
DataType
System.String
The axis data type.
ArcGIS Maps SDK for JavaScript
Identifier
System.String
The range axis identifier.
ArcGIS Maps SDK for JavaScript
Uom
System.String
The axis unit of measurement.
ArcGIS Maps SDK for JavaScript
Values
System.Collections.Generic.IReadOnlyCollection<System.String>
The axis values.
ArcGIS Maps SDK for JavaScript
Properties
CoverageDescriptionV110RangeAxis.BandNoDataValues Property
The axis bandNoDataValues.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<double>? BandNoDataValues { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.Double>
CoverageDescriptionV110RangeAxis.DataType Property
The axis data type.
ArcGIS Maps SDK for JavaScript
public string? DataType { get; set; }
Property Value
CoverageDescriptionV110RangeAxis.Identifier Property
The range axis identifier.
ArcGIS Maps SDK for JavaScript
public string? Identifier { get; set; }
Property Value
CoverageDescriptionV110RangeAxis.Uom Property
The axis unit of measurement.
ArcGIS Maps SDK for JavaScript
public string? Uom { get; set; }
Property Value
CoverageDescriptionV110RangeAxis.Values Property
The axis values.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? Values { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>