ArcGIS Runtime SDK for iOS: AGSGeoprocessingDouble Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSGeoprocessingDouble Class Reference

Description

A geoprocessing parameter for double data type.

Instances of this class represent a parameter for double data type that can be used as input to a geoprocessing job or returned as the result of the job.

Since
100
Inheritance diagram for AGSGeoprocessingDouble:
AGSGeoprocessingParameter AGSObject

Instance Methods

(instancetype) - initWithValue:
 

Class Methods

(instancetype) + geoprocessingDouble
 
(instancetype) + geoprocessingDoubleWithValue:
 
(instancetype) + geoprocessingParameter
 

Properties

AGSGeoprocessingParameterType type
 
double value
 

Method Documentation

◆ geoprocessingDouble

+ (instancetype) geoprocessingDouble

◆ geoprocessingDoubleWithValue:

+ (instancetype) geoprocessingDoubleWithValue: (double)  value

Initialize the parameter with the given value

Parameters
valuefor the parameter
Since
100

◆ geoprocessingParameter

+ (instancetype) geoprocessingParameter
Deprecated:
100.9. Do not use this method, it creates an invalid and incomplete object.

◆ initWithValue:

- (instancetype) initWithValue: (double)  value

Initialize the parameter with the given value

Parameters
valuefor the parameter
Since
100

Property Documentation

◆ type

- (AGSGeoprocessingParameterType) type
readnonatomicassigninherited

The data type of the parameter.

Since
100

◆ value

- (double) value
readwritenonatomicassign

Value of the parameter

Since
100