dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
CoverageDescriptionV201BoundedBy Class
Spatial and temporal extent of a coverage.
ArcGIS Maps SDK for JavaScript
public class CoverageDescriptionV201BoundedBy :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201BoundedBy>
Inheritance System.Object 🡒 CoverageDescriptionV201BoundedBy
Implements System.IEquatable<CoverageDescriptionV201BoundedBy>
Constructors
CoverageDescriptionV201BoundedBy(IReadOnlyCollection, Nullable, Nullable, Extent, CoverageDescriptionV201BoundedByEnvelopeAllDims, Nullable, IReadOnlyCollection) Constructor
Spatial and temporal extent of a coverage.
ArcGIS Maps SDK for JavaScript
public CoverageDescriptionV201BoundedBy(System.Collections.Generic.IReadOnlyCollection<string>? AxisLabels=null, System.Nullable<System.DateTime> BeginPosition=null, System.Nullable<System.DateTime> EndPosition=null, dymaptic.GeoBlazor.Core.Components.Geometries.Extent? Envelope=null, dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201BoundedByEnvelopeAllDims? EnvelopeAllDims=null, System.Nullable<bool> IsEastFirst=null, System.Collections.Generic.IReadOnlyCollection<string>? UomLabels=null);
Parameters
AxisLabels
System.Collections.Generic.IReadOnlyCollection<System.String>
The coverage’s axis name.
ArcGIS Maps SDK for JavaScript
BeginPosition
System.Nullable<System.DateTime>
Start date for the temporal extent of a coverage.
ArcGIS Maps SDK for JavaScript
EndPosition
System.Nullable<System.DateTime>
End date for the temporal extent of the coverage.
ArcGIS Maps SDK for JavaScript
Envelope
Extent
The spatial extent of a coverage.
ArcGIS Maps SDK for JavaScript
EnvelopeAllDims
CoverageDescriptionV201BoundedByEnvelopeAllDims
The spatial extent dimensions.
ArcGIS Maps SDK for JavaScript
IsEastFirst
System.Nullable<System.Boolean>
Is east first.
ArcGIS Maps SDK for JavaScript
UomLabels
System.Collections.Generic.IReadOnlyCollection<System.String>
List of unit of measure (uom) labels for all the axis.
ArcGIS Maps SDK for JavaScript
Properties
CoverageDescriptionV201BoundedBy.AxisLabels Property
The coverage’s axis name.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? AxisLabels { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>
CoverageDescriptionV201BoundedBy.BeginPosition Property
Start date for the temporal extent of a coverage.
ArcGIS Maps SDK for JavaScript
public System.Nullable<System.DateTime> BeginPosition { get; set; }
Property Value
System.Nullable<System.DateTime>
CoverageDescriptionV201BoundedBy.EndPosition Property
End date for the temporal extent of the coverage.
ArcGIS Maps SDK for JavaScript
public System.Nullable<System.DateTime> EndPosition { get; set; }
Property Value
System.Nullable<System.DateTime>
CoverageDescriptionV201BoundedBy.Envelope Property
The spatial extent of a coverage.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.Geometries.Extent? Envelope { get; set; }
Property Value
CoverageDescriptionV201BoundedBy.EnvelopeAllDims Property
The spatial extent dimensions.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Model.CoverageDescriptionV201BoundedByEnvelopeAllDims? EnvelopeAllDims { get; set; }
Property Value
CoverageDescriptionV201BoundedByEnvelopeAllDims
CoverageDescriptionV201BoundedBy.IsEastFirst Property
Is east first.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> IsEastFirst { get; set; }
Property Value
System.Nullable<System.Boolean>
CoverageDescriptionV201BoundedBy.UomLabels Property
List of unit of measure (uom) labels for all the axis.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<string>? UomLabels { get; set; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.String>