GeoBlazor Pro
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Components
StopsByInterval Class
Defines regularly spaced stops on the time slider from a TimeInterval.
ArcGIS Maps SDK for JavaScript
public class StopsByInterval : dymaptic.GeoBlazor.Pro.Components.TimeSliderStops
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 TimeSliderStops 🡒 StopsByInterval
Constructors
StopsByInterval() Constructor
Parameterless constructor for use as a Razor component.
public StopsByInterval();
StopsByInterval(TimeInterval, TimeExtent) Constructor
Parameterized constructor for use in code.
public StopsByInterval(dymaptic.GeoBlazor.Core.Components.TimeInterval? interval=null, dymaptic.GeoBlazor.Core.Components.TimeExtent? extent=null);
Parameters
interval
dymaptic.GeoBlazor.Core.Components.TimeInterval
Specifies a granularity of temporal data and allows you to visualize the data at specified intervals.
It can be set at regular interval such as every hour or every day.
extent
dymaptic.GeoBlazor.Core.Components.TimeExtent
The time period to divide. If unspecified, the time slider’s fullTimeExtent will be used.
Properties
StopsByInterval.Interval Property
Specifies a granularity of temporal data and allows you to visualize the data at specified intervals.
It can be set at regular interval such as every hour or every day.
public dymaptic.GeoBlazor.Core.Components.TimeInterval? Interval { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.TimeInterval
StopsByInterval.TimeExtent Property
The time period to divide. If unspecified, the time slider’s fullTimeExtent will be used.
public dymaptic.GeoBlazor.Core.Components.TimeExtent? TimeExtent { get; set; }
Property Value
dymaptic.GeoBlazor.Core.Components.TimeExtent
StopsByInterval.Type Property
A non-ESRI property to determine the type of stops to help with the serialization.
public override dymaptic.GeoBlazor.Pro.Enums.TimeSliderStopsType Type { get; }