GeoprocessingRaster QML Type
A raster input or output parameter. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- format : string
Signals
Detailed Description
Corresponds to GPRasterData and GPRasterDataLayer parameter types on the service.
Property Documentation
format : string |
The string indicating the format of the raster, such as "tif".
Signal Documentation
formatChanged() |
The signal emitted when the format property changes.
Note: The corresponding handler is onFormatChanged
.