AGSImageParameters Class Reference
Description
Instances of this class represent the parameter options used when exporting a map image by sending the queryResultImage
message to an AGSGeoprocessor
object.
- Since:
- 1.0
List of all members.
Member Function Documentation
- (NSDictionary *) encodeToJSON |
|
|
|
|
Method to encode the parameters into a JSON dictionary.
- Since:
- 1.0
Property Documentation
Extent of the map to be exported.
- Since:
- 1.0
- (NSUInteger) dpi [read, write, assign] |
Dots per inch setting for an image to render on the device.
- Since:
- 1.0
- (NSString*) format [read, write, retain] |
Map image format.
- Since:
- 1.0
- (NSUInteger) height [read, write, assign] |
Requested image height in pixels.
- Since:
- 1.0
Spatial reference of exported map.
- Since:
- 1.0
- (NSArray*) layerIds [read, write, retain] |
A list of layer ID's, that represent which layers to include in the exported map.
- Since:
- 1.0
- (NSArray*) layerTimeOptions [read, write, retain] |
- (BOOL) transparent [read, write, assign] |
Whether or not background of dynamic image is transparent.
- Since:
- 1.0
- (NSUInteger) width [read, write, assign] |
Requested image width in pixels.
- Since:
- 1.0