dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

CoverageDescriptionV201DomainSet Class

Domains associated with a coverage.
ArcGIS Maps SDK for JavaScript

public class CoverageDescriptionV201DomainSet :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201DomainSet>

Inheritance System.Object 🡒 CoverageDescriptionV201DomainSet

Implements System.IEquatable<CoverageDescriptionV201DomainSet>

Constructors

CoverageDescriptionV201DomainSet(IReadOnlyCollection, Nullable, IReadOnlyCollection, Nullable, IReadOnlyCollection, IReadOnlyCollection, CoverageDescriptionV201DomainSetResolution, Nullable) Constructor

Domains associated with a coverage.
ArcGIS Maps SDK for JavaScript

public CoverageDescriptionV201DomainSet(System.Collections.Generic.IReadOnlyCollection<string>? AxisLabels=null, System.Nullable<double> Columns=null, System.Collections.Generic.IReadOnlyCollection<double>? GridSamples=null, System.Nullable<bool> HasSameAxisLabelsAsBoundedBy=null, System.Collections.Generic.IReadOnlyCollection<double>? Offset=null, System.Collections.Generic.IReadOnlyCollection<double>? Origin=null, dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201DomainSetResolution? Resolution=null, System.Nullable<double> Rows=null);

Parameters

AxisLabels System.Collections.Generic.IReadOnlyCollection<System.String>

Axis labels.
ArcGIS Maps SDK for JavaScript

Columns System.Nullable<System.Double>

Domain columns of a coverage.
ArcGIS Maps SDK for JavaScript

GridSamples System.Collections.Generic.IReadOnlyCollection<System.Double>

Domain grid samples.
ArcGIS Maps SDK for JavaScript

HasSameAxisLabelsAsBoundedBy System.Nullable<System.Boolean>

Has same axis labels as bounded by.
ArcGIS Maps SDK for JavaScript

Offset System.Collections.Generic.IReadOnlyCollection<System.Double>

Domain offset.
ArcGIS Maps SDK for JavaScript

Origin System.Collections.Generic.IReadOnlyCollection<System.Double>

Domain origin.
ArcGIS Maps SDK for JavaScript

Resolution CoverageDescriptionV201DomainSetResolution

Domain x, y resolution.
ArcGIS Maps SDK for JavaScript

Rows System.Nullable<System.Double>

Domain rows of a coverage.
ArcGIS Maps SDK for JavaScript

Properties

CoverageDescriptionV201DomainSet.AxisLabels Property

Axis labels.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<string>? AxisLabels { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.String>

CoverageDescriptionV201DomainSet.Columns Property

Domain columns of a coverage.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Columns { get; set; }

Property Value

System.Nullable<System.Double>

CoverageDescriptionV201DomainSet.GridSamples Property

Domain grid samples.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<double>? GridSamples { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Double>

CoverageDescriptionV201DomainSet.HasSameAxisLabelsAsBoundedBy Property

Has same axis labels as bounded by.
ArcGIS Maps SDK for JavaScript

public System.Nullable<bool> HasSameAxisLabelsAsBoundedBy { get; set; }

Property Value

System.Nullable<System.Boolean>

CoverageDescriptionV201DomainSet.Offset Property

Domain offset.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<double>? Offset { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Double>

CoverageDescriptionV201DomainSet.Origin Property

Domain origin.
ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<double>? Origin { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Double>

CoverageDescriptionV201DomainSet.Resolution Property

Domain x, y resolution.
ArcGIS Maps SDK for JavaScript

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

Property Value

CoverageDescriptionV201DomainSetResolution

CoverageDescriptionV201DomainSet.Rows Property

Domain rows of a coverage.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Rows { get; set; }

Property Value

System.Nullable<System.Double>