A double input or output parameter. More...
| Header | #include <Geoprocessing |
| Since | Esri |
| Inherits | Esri |
Public Functions
| Geoprocessing | |
| Geoprocessing | |
| virtual | ~ |
| void | set |
| double | value() const |
Detailed Description
Corresponds to GPDouble parameter type on the service.
{GeoprocessingDouble(double, QObject*)}
Relevant samples:
- Local server geoprocessing: Create contour lines from local raster data using a local geoprocessing package `.gpkx` and the contour geoprocessing tool.
See also GeoprocessingDouble and Esri::ArcGISRuntime::GeoprocessingDouble::GeoprocessingDouble(double, QObject*).
Member Function Documentation
[explicit] GeoprocessingDouble::GeoprocessingDouble (QObject *parent = nullptr)
Constructor that accepts an optional parent object.
For objects created with this constructor, the original value is 0.0.
[explicit] GeoprocessingDouble::GeoprocessingDouble (double value, QObject *parent = nullptr)
Constructor that accepts an initial value and an optional parent object.
[override virtual noexcept] GeoprocessingDouble::~GeoprocessingDouble ()
Destructor.
void GeoprocessingDouble::setValue (double value)
Sets the value to value.
See also value().
double GeoprocessingDouble::value() const
Returns the value.
See also setValue().