Types
import type { DimensionInterval, Duration, DimensionExtent, TimeDimensionExtent, Dimension } from "@arcgis/core/layers/wms/types.js";Type definitions
DimensionInterval
Type definition
- Type parameters
- <T, K>
- Since
- ArcGIS Maps SDK for JavaScript 5.0
The time dimension interval.
resolution
Property
- Type
- K | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Interval duration defined by the following properties.
DimensionExtent
Type definition
- Type parameters
- <T, K>
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Type
- T[] | DimensionInterval<T, K>[]
TimeDimensionExtent
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
- Supertypes
- DimensionExtent<Date‚ Duration | null | undefined>
Dimension
Type definition
- Type parameters
- <T>
- Since
- ArcGIS Maps SDK for JavaScript 5.0
default
Property
- Type
- T | undefined
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Default value(s) for the time dimension. The default value will be used if the request does not include a value for the time dimension.
GenericDimension
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Generic dimension information.
ElevationDimension
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Elevation dimension information.
TimeDimension
Type definition
- Since
- ArcGIS Maps SDK for JavaScript 5.0
Time dimension information. For example, the WMS service might be published to show hourly weather information. The TimeDimension can be used to update View.timeExtent, WMSLayer.timeExtent, or to configure a TimeSlider widget.
- Supertypes
- Omit<Dimension<TimeDimensionExtent>‚ "unitSymbol">