A marker interface implemented by classes that support time. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.3 |
Properties
- fullTimeExtent : TimeExtent
- supportsTimeFiltering : bool
- timeFilteringEnabled : bool
- timeInterval : TimeValue
- timeOffset : TimeValue
Signals
- fullTimeExtentChanged()
- supportsTimeFilteringChanged()
- timeFilteringEnabledChanged()
- timeIntervalChanged()
- timeOffsetChanged()
Detailed Description
When time is enabled on layer, data can be filtered and fetched based on a time range.
Types that implement TimeAware
A layer based on a dynamic ArcGIS Map service | |
A layer that can display features from a FeatureTable on a map | |
A layer that can visualize KML data | |
A RasterLayer is used to render data from a Raster onto a Map | |
Defines an Open Geospatial Consortium (OGC) Web Map Service (WMS) layer |
Property Documentation
fullTimeExtent : TimeExtent |
Returns the full time extent of the time aware layer (read-only).
Note: This property is only available after the time aware layer is loaded.
See also TimeExtent.
Returns whether the time aware layer supports filtering its contents by time values (read-only).
Returns whether the time aware layer participates in filtering based on the time extent of its geoview.
timeInterval : TimeValue |
Returns a time interval that represents the suggested step size for use when manipulating the time extent (read-only).
Can be null
if no time interval is suggested for this time aware object.
This information can be used to set the step size for a time slider control.
This property is available after the time aware layer is loaded.
See also TimeValue.
timeOffset : TimeValue |
The time offset of the time aware layer.
The time offset is subtracted from the time extent set on the time aware layer's geoview. This can be used to overlay data from different periods of time for comparison.
Note: This property is only available after the layer is loaded.
See also TimeValue.
Signal Documentation
Emitted when the fullTimeExtent property of the time aware layer changes.
Note: The corresponding handler is onFullTimeExtentChanged
.
Emitted when the supportsTimeFiltering property of the time aware layer changes.
Note: The corresponding handler is onSupportsTimeFilteringChanged
.
Emitted when the timeFilteringEnabled property of the time aware layer changes.
Note: The corresponding handler is onTimeFilteringEnabledChanged
.
Emitted when the timeInterval property of the time aware layer changes.
Note: The corresponding handler is onTimeIntervalChanged
.
Emitted when the timeOffset property of the time aware layer changes.
Note: The corresponding handler is onTimeOffsetChanged
.