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

Description

A geoprocessing parameter for a 32 bit integer data type.

Instances of this class represent a parameter for a 32 bit integer 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 AGSGeoprocessingLong:
AGSGeoprocessingParameter AGSObject

Instance Methods

(instancetype) - initWithValue:
 

Class Methods

(instancetype) + geoprocessingLong
 
(instancetype) + geoprocessingLongWithValue:
 
(instancetype) + geoprocessingParameter
 

Properties

AGSGeoprocessingParameterType type
 
int value
 

Method Documentation

◆ geoprocessingLong

+ (instancetype) geoprocessingLong

◆ geoprocessingLongWithValue:

+ (instancetype) geoprocessingLongWithValue: (int)  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: (int)  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

- (int) value
readwritenonatomicassign

Value of the parameter

Since
100