Method InitializeTimePropertiesAsync
| Edit this page View SourceInitializeTimePropertiesAsync(GeoView?)
Initializes the time slider's temporal properties based on the specified GeoView. Specifically, this will initialize FullExtent, TimeStepInterval, and CurrentExtent.
Declaration
public Task InitializeTimePropertiesAsync(GeoView? geoView)
Parameters
Type | Name | Description |
---|---|---|
GeoView | geoView | The GeoView to use to initialize the time-slider's properties. |
Returns
Type | Description |
---|---|
Task | Task. |
InitializeTimePropertiesAsync(ITimeAware)
Initializes the time slider's temporal properties based on the specified time-aware layer. Specifically, this will initialize FullExtent, TimeStepInterval, and CurrentExtent.
Declaration
public Task InitializeTimePropertiesAsync(ITimeAware timeAwareLayer)
Parameters
Type | Name | Description |
---|---|---|
ITimeAware | timeAwareLayer | The layer to use to initialize the time slider. |
Returns
Type | Description |
---|---|
Task | Task. |