dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
WebDocTimeSlider Class
Time animation is controlled by a configurable time slider.
ArcGIS Maps SDK for JavaScript
public class WebDocTimeSlider :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.WebDocTimeSlider>
Inheritance System.Object 🡒 WebDocTimeSlider
Implements System.IEquatable<WebDocTimeSlider>
Constructors
WebDocTimeSlider(TimeExtent, TimeExtent, Nullable, Nullable, Nullable, Nullable, TimeInterval, IReadOnlyList) Constructor
Time animation is controlled by a configurable time slider.
ArcGIS Maps SDK for JavaScript
public WebDocTimeSlider(dymaptic.GeoBlazor.Core.Components.TimeExtent? CurrentTimeExtent=null, dymaptic.GeoBlazor.Core.Components.TimeExtent? FullTimeExtent=null, System.Nullable<bool> Loop=null, System.Nullable<double> NumStops=null, System.Nullable<double> NumThumbs=null, System.Nullable<double> StopDelay=null, dymaptic.GeoBlazor.Core.Components.TimeInterval? StopInterval=null, System.Collections.Generic.IReadOnlyList<System.DateTime>? Stops=null);
Parameters
CurrentTimeExtent
TimeExtent
The current time extent of the time slider.
ArcGIS Maps SDK for JavaScript
FullTimeExtent
TimeExtent
The temporal extent for the entire slider.
ArcGIS Maps SDK for JavaScript
Loop
System.Nullable<System.Boolean>
When true
, the time slider will play its animation in a loop.
ArcGIS Maps SDK for JavaScript
NumStops
System.Nullable<System.Double>
The number of stops.
ArcGIS Maps SDK for JavaScript
NumThumbs
System.Nullable<System.Double>
The thumb count.
ArcGIS Maps SDK for JavaScript
StopDelay
System.Nullable<System.Double>
The time rate in milliseconds between animation steps.
ArcGIS Maps SDK for JavaScript
StopInterval
TimeInterval
Defines regularly spaced stops on the time slider from a TimeInterval object.
ArcGIS Maps SDK for JavaScript
Stops
System.Collections.Generic.IReadOnlyList<System.DateTime>
An array of dates for the time slider widget.
ArcGIS Maps SDK for JavaScript
Properties
WebDocTimeSlider.CurrentTimeExtent Property
The current time extent of the time slider.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.TimeExtent? CurrentTimeExtent { get; set; }
Property Value
WebDocTimeSlider.FullTimeExtent Property
The temporal extent for the entire slider.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.TimeExtent? FullTimeExtent { get; set; }
Property Value
WebDocTimeSlider.Loop Property
When true
, the time slider will play its animation in a loop.
ArcGIS Maps SDK for JavaScript
public System.Nullable<bool> Loop { get; set; }
Property Value
System.Nullable<System.Boolean>
WebDocTimeSlider.NumStops Property
The number of stops.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> NumStops { get; set; }
Property Value
System.Nullable<System.Double>
WebDocTimeSlider.NumThumbs Property
The thumb count.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> NumThumbs { get; set; }
Property Value
System.Nullable<System.Double>
WebDocTimeSlider.StopDelay Property
The time rate in milliseconds between animation steps.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> StopDelay { get; set; }
Property Value
System.Nullable<System.Double>
WebDocTimeSlider.StopInterval Property
Defines regularly spaced stops on the time slider from a TimeInterval object.
ArcGIS Maps SDK for JavaScript
public dymaptic.GeoBlazor.Core.Components.TimeInterval? StopInterval { get; set; }
Property Value
WebDocTimeSlider.Stops Property
An array of dates for the time slider widget.
ArcGIS Maps SDK for JavaScript
public System.Collections.Generic.IReadOnlyList<System.DateTime>? Stops { get; set; }