ArcGIS Runtime SDK for iOS
100.15
|
Arguments for a raster function.
An instance of this class represents the arguments (inputs) for a raster function.
Instance Methods | |
(void) | - setArgument:withName: |
(void) | - setRaster:withName: |
Class Methods | |
(instancetype) | + rasterFunctionArguments |
Properties | |
NSArray< NSString * > * | argumentNames |
NSArray< NSString * > * | rasterNames |
+ (instancetype) rasterFunctionArguments |
- (void) setArgument: | (NSString *) | argument | |
withName: | (NSString *) | name | |
Sets a value for an argument in the raster function
argument | The argument value to set |
name | of the argument for which the value is specified. This name must be in the argumentNames list. |
- (void) setRaster: | (AGSRaster *) | raster | |
withName: | (NSString *) | name | |
Sets a value for an argument in the raster function
raster | The raster value to set |
name | of the raster argument for which the value is specified. This name must be in the rasterNames list. |
|
readnonatomiccopy |
The names of other arguments in the raster function
|
readnonatomiccopy |
The names of raster arguments in the raster function