Contains input parameters that are sent to the target geoprocessing task. More...
Member Function Documentation GeoprocessingParameters::GeoprocessingParameters()Default constructor.
[explicit]
GeoprocessingParameters::GeoprocessingParameters(Esri::ArcGISRuntime::GeoprocessingExecutionType type)
Create a geoprocessing input parameters object with the given execution type.
Note that the execution type needs to match the expected execution type of the geoprocessing task being run as indicated by the service's metadata.
GeoprocessingParameters::GeoprocessingParameters(const Esri::ArcGISRuntime::GeoprocessingParameters &other)Copy constructor from other GeoprocessingParameters.
[noexcept]
GeoprocessingParameters::GeoprocessingParameters(Esri::ArcGISRuntime::GeoprocessingParameters &&other)
Move constructor from other GeoprocessingParameters.
[noexcept]
GeoprocessingParameters::~GeoprocessingParameters()
Destructor
Esri::ArcGISRuntime::GeoprocessingExecutionType GeoprocessingParameters::executionType() constReturns the execution type.
See also setExecutionType().
QMap<QString, Esri::ArcGISRuntime::GeoprocessingParameter *> GeoprocessingParameters::inputs(QObject *parent = nullptr) constReturns the input parameters with an optional parent.
The key contains the name of the input parameter and the value contains its value.
The parent argument is a new addition in the Esri::ArcGISRuntime 100.1 release.
See also setInputs().
bool GeoprocessingParameters::isReturnM() constReturns whether m-values are returned in the results.
bool GeoprocessingParameters::isReturnZ() constReturns whether z-values are returned in the results.
Esri::ArcGISRuntime::SpatialReference GeoprocessingParameters::outputSpatialReference() constReturns the output spatial reference.
See also setOutputSpatialReference().
Esri::ArcGISRuntime::SpatialReference GeoprocessingParameters::processSpatialReference() constReturns the process spatial reference.
See also setProcessSpatialReference().
void GeoprocessingParameters::setExecutionType(Esri::ArcGISRuntime::GeoprocessingExecutionType type)Sets the execution type to type.
See also executionType().
void GeoprocessingParameters::setInputs(const QMap<QString, Esri::ArcGISRuntime::GeoprocessingParameter *> &inputs)Sets the input parameters to inputs.
The key contains the name of the input parameter and the value contains its value.
See also inputs().
void GeoprocessingParameters::setOutputSpatialReference(const Esri::ArcGISRuntime::SpatialReference &spatialReference)Sets the output spatial reference to spatialReference.
If processSpatialReference is set but outputSpatialReference is not, the outputs are returned in the spatial reference set in processSpatialReference.
See also outputSpatialReference().
void GeoprocessingParameters::setProcessSpatialReference(const Esri::ArcGISRuntime::SpatialReference &spatialReference)Sets the process spatial reference to spatialReference.
If processSpatialReference is set but outputSpatialReference is not, the outputs are returned in the spatial reference set in processSpatialReference.
See also processSpatialReference().
void GeoprocessingParameters::setReturnM(bool returnM)Sets whether m-values are returned in the results to returnM.
See also isReturnM().
void GeoprocessingParameters::setReturnZ(bool returnZ)Sets whether z-values are returned in the results to returnZ.
See also isReturnZ().
[noexcept]
Esri::ArcGISRuntime::GeoprocessingParameters &GeoprocessingParameters::operator=(Esri::ArcGISRuntime::GeoprocessingParameters &&other)
Move operator from other GeoprocessingParameters.
Esri::ArcGISRuntime::GeoprocessingParameters &GeoprocessingParameters::operator=(const Esri::ArcGISRuntime::GeoprocessingParameters &other)Assignment operator from other GeoprocessingParameters.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4