RasterLayer QML Type
A RasterLayer is used to render data from a Raster onto a Map. More...
Import Statement: | import Esri.ArcGISRuntime 100.6 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- fullTimeExtent : TimeExtent
- item : ArcGISItem
- popupDefinition : PopupDefinition
- popupEnabled : bool
- raster : Raster
- renderer : RasterRenderer
- supportsTimeFiltering : bool
- timeFilteringEnabled : bool
- timeInterval : TimeValue
- timeOffset : TimeValue
Signals
- fullTimeExtentChanged()
- popupDefinitionChanged()
- popupEnabledChanged()
- rasterChanged()
- rendererChanged()
- supportsTimeFilteringChanged()
- timeFilteringEnabledChanged()
- timeIntervalChanged()
- timeOffsetChanged()
Detailed Description
RasterLayer adopts the loadable pattern; many of its properties are initialized asynchronously. See Loadable for more information.
Learn more about rasters from the ArcGIS Desktop documentation.
This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.
Type | Default Property |
---|---|
Raster | raster |
RasterRenderer | renderer |
ArcGISItem | item |
Note: The RasterLayer will automatically reproject on the fly. For example, this would mean that a RasterLayer that is in WKID 4326 could be added to a Map that is in WKID 3857, and the RasterLayer would project on-the-fly to WKID 3857.
See also LayerContent, Loadable, PopupSource, and TimeAware.
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.
This QML property was introduced in Esri.ArcGISRuntime 100.3.
See also TimeExtent.
[default] item : ArcGISItem |
The image service raster portal item used to initialize this RasterLayer.
The item cannot be changed after the layer is loaded.
popupDefinition : PopupDefinition |
See also PopupSource.
See also PopupSource.
[default] raster : Raster |
The Raster used to create the RasterLayer.
[default] renderer : RasterRenderer |
The RasterRenderer that specifies how the Raster should be displayed.
Returns whether the time aware layer supports filtering its contents by time values (read-only).
This QML property was introduced in Esri.ArcGISRuntime 100.3.
Returns whether the time aware layer participates in filtering based on the time extent of its geo view.
This QML property was introduced in Esri.ArcGISRuntime 100.3.
timeInterval : TimeValue |
Returns a time interval that represents the suggested step size for use when manipulating the time extent (read-only).
This information can be used to set the step size for a time slider control.
Note: This property is only available after the time aware layer is loaded.
This QML property was introduced in Esri.ArcGISRuntime 100.3.
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 geo view. 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.
This QML property was introduced in Esri.ArcGISRuntime 100.3.
See also TimeValue.
Signal Documentation
Emitted when the fullTimeExtent property of the time aware layer changes.
This QML signal was introduced in Esri.ArcGISRuntime 100.3.
Emitted when the popupDefinition property changes.
Emitted when the popupEnabled property changes.
Emitted when the raster property changes.
Emitted when the renderer property changes.
Emitted when the supportsTimeFiltering property of the time aware layer changes.
This QML signal was introduced in Esri.ArcGISRuntime 100.3.
Emitted when the timeFilteringEnabled property of the time aware layer changes.
This QML signal was introduced in Esri.ArcGISRuntime 100.3.
Emitted when the timeInterval property of the time aware layer changes.
This QML signal was introduced in Esri.ArcGISRuntime 100.3.
Emitted when the timeOffset property of the time aware layer changes.
This QML signal was introduced in Esri.ArcGISRuntime 100.3.