25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSObject.h>
46 #pragma mark initializers
55 -(instancetype)initWithFileURL:(NSURL *)fileURL;
62 +(instancetype)rasterFunctionWithFileURL:(NSURL *)fileURL;
65 #pragma mark properties
75 @property (nonatomic, strong, readonly) NSURL *
fileURL;
80 +(id)fromJSON:(NSString *)json error:(NSError **)error;
Definition: AGSObject.h:28
Arguments for a raster function.
Definition: AGSRasterFunctionArguments.h:39
A function used to apply on-the-fly processing to rasters.
Definition: AGSRasterFunction.h:42
NSURL * fileURL
Definition: AGSRasterFunction.h:75
AGSRasterFunctionArguments * arguments
Definition: AGSRasterFunction.h:70