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