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

Description

A geoprocessing parameter for boolean data type.

Instances of this class represent a parameter for boolean 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 AGSGeoprocessingBoolean:
AGSGeoprocessingParameter AGSObject

Instance Methods

(instancetype) - initWithValue:
 

Class Methods

(instancetype) + geoprocessingBoolean
 
(instancetype) + geoprocessingBooleanWithValue:
 
(instancetype) + geoprocessingParameter
 

Properties

AGSGeoprocessingParameterType type
 
BOOL value
 

Method Documentation

◆ geoprocessingBoolean

+ (instancetype) geoprocessingBoolean

◆ geoprocessingBooleanWithValue:

+ (instancetype) geoprocessingBooleanWithValue: (BOOL)  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: (BOOL)  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

- (BOOL) value
readwritenonatomicassign

Value of the parameter

Since
100