AGSRasterFunction Class Reference


Description

Specifies the processing to be done to the image service.

Defined in:
AGSRasterFunction.h ( ArcGIS library)
Since:
1.8
Inheritance diagram for AGSRasterFunction:
<AGSCoding>

List of all members.

Public Member Functions

(void) - decodeWithJSON:
(NSDictionary *) - encodeToJSON
(id) - initWithJSON:

Properties

NSMutableDictionary * arguments
AGSRasterFunctionType type

Member Function Documentation

- (void) decodeWithJSON: (NSDictionary *)  json   [optional, inherited]

Decode object from JSON representation.

Parameters:
json The JSON representation of the object to be decoded.
Since:
1.0
- (NSDictionary *) encodeToJSON   [optional, inherited]

Encode and return JSON representation for object.

Returns:
JSON representation of object.
Since:
1.0
- (id) initWithJSON: (NSDictionary *)  json   [optional, inherited]

Initialize and return object from JSON representation.

Parameters:
json The JSON representation of the object to be created.
Returns:
Object decoded from JSON representation.
Since:
1.0

Property Documentation

- (NSMutableDictionary*) arguments [read, write, retain]

The input arguments to the raster function, in the form of an NSDictionary. The dictionary must be based on the JSON syntax of the arguments. Refer to the REST API for the JSON syntax.

Since:
1.8
- (AGSRasterFunctionType) type [read, write, assign]

The raster function type.

Since:
1.8