GeoprocessingRaster Class
A raster input or output parameter. More...
Header: | #include <GeoprocessingRaster> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherits: | GeoprocessingDataFile |
Public Functions
GeoprocessingRaster(QObject *parent = nullptr) | |
GeoprocessingRaster(const QUrl &url, const QString &format, QObject *parent = nullptr) | |
~GeoprocessingRaster() | |
QString | format() const |
void | setFormat(const QString &format) |
- 10 public functions inherited from Esri::ArcGISRuntime::GeoprocessingDataFile
- 1 public function inherited from Esri::ArcGISRuntime::GeoprocessingParameter
- 4 public functions inherited from Esri::ArcGISRuntime::RemoteResource
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 signal inherited from Esri::ArcGISRuntime::GeoprocessingDataFile
- 1 signal inherited from Esri::ArcGISRuntime::Object
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
A raster input or output parameter.
Corresponds to GPRasterData and GPRasterDataLayer parameter types on the service.
Member Function Documentation
GeoprocessingRaster::GeoprocessingRaster(QObject *parent = nullptr)
Constructor that accepts an optional parent object.
GeoprocessingRaster::GeoprocessingRaster(const QUrl &url, const QString &format, QObject *parent = nullptr)
Constructor that accepts a raster image and an optional parent object.
- url - The URL of the raster source.
- format - A string describing the format of the raster, such as "tif".
- parent - The optional parent object.
GeoprocessingRaster::~GeoprocessingRaster()
Destructor.
QString GeoprocessingRaster::format() const
Returns a string indicating the format of the raster, such as "tif".
See also setFormat().
void GeoprocessingRaster::setFormat(const QString &format)
Sets the string indicating the format of the raster to format.
See also format().