dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
TemporalDomain Class
Temporal domain or extent of a coverage. ArcGIS Maps SDK for JavaScript
public record TemporalDomain : System.IEquatable<dymaptic.GeoBlazor.Core.Model.TemporalDomain>
Inheritance System.Object 🡒 TemporalDomain
Implements System.IEquatable<TemporalDomain>
Constructors
TemporalDomain(Nullable, Nullable, Nullable, object, IReadOnlyCollection) Constructor
Temporal domain or extent of a coverage. ArcGIS Maps SDK for JavaScript
public TemporalDomain(System.Nullable<System.DateTime> Begin=null, System.Nullable<System.DateTime> End=null, System.Nullable<double> Resolution=null, object? Units=null, System.Collections.Generic.IReadOnlyCollection<System.DateTime>? Values=null);
Parameters
Begin System.Nullable<System.DateTime>
Start date for the temporal domain of a coverage. ArcGIS Maps SDK for JavaScript
End System.Nullable<System.DateTime>
End date for the temporal domain of a coverage. ArcGIS Maps SDK for JavaScript
Resolution System.Nullable<System.Double>
The numerical value of the temporal domain or extent. ArcGIS Maps SDK for JavaScript
Units System.Object
Temporal units such as day, month, year etc. ArcGIS Maps SDK for JavaScript
Values System.Collections.Generic.IReadOnlyCollection<System.DateTime>
Date values available in the temporal domain. ArcGIS Maps SDK for JavaScript
Properties
TemporalDomain.Begin Property
Start date for the temporal domain of a coverage. ArcGIS Maps SDK for JavaScript
public System.Nullable<System.DateTime> Begin { get; init; }
Property Value
System.Nullable<System.DateTime>
TemporalDomain.End Property
End date for the temporal domain of a coverage. ArcGIS Maps SDK for JavaScript
public System.Nullable<System.DateTime> End { get; init; }
Property Value
System.Nullable<System.DateTime>
TemporalDomain.Resolution Property
The numerical value of the temporal domain or extent. ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Resolution { get; init; }
Property Value
System.Nullable<System.Double>
TemporalDomain.Units Property
Temporal units such as day, month, year etc. ArcGIS Maps SDK for JavaScript
public object? Units { get; init; }
Property Value
TemporalDomain.Values Property
Date values available in the temporal domain. ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyCollection<System.DateTime>? Values { get; init; }
Property Value
System.Collections.Generic.IReadOnlyCollection<System.DateTime>