AGSGPRasterData Class Reference


Description

Instances of this class represent a raster data source.

Defined in:
AGSGeoprocessor.h ( ArcGIS library)
Since:
1.0
Inheritance diagram for AGSGPRasterData:
<AGSCoding>

List of all members.

Public Member Functions

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

Properties

NSString * format
NSURL * URL

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

- (NSString*) format [read, write, copy]

Specifies the format of the raster data such as "jpg", "tif" etc.

Since:
1.0
- (NSURL*) URL [read, write, copy]

URL to the location of the raster data file.

Since:
1.0