AGSImageServiceIdentifyParameters Class Reference


Description

Input parameters for an AGSImageServiceIdentifyTask.

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

List of all members.

Public Member Functions

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

Static Public Member Functions

(id) + imageServiceIdentifyParameters

Properties

AGSGeometrygeometry
AGSMosaicRulemosaicRule
double pixelSizeX
double pixelSizeY

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) imageServiceIdentifyParameters  

Initialize an autoreleased AGSImageServiceIdentifyParameters object.

Since:
1.8
- (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

- (AGSGeometry*) geometry [read, write, retain]

The geometry according to which features should be identified. AGSPoint is most commonly used for identifying features at a location, but AGSPolygon may also be used for searching within an area.

Since:
1.8
- (AGSMosaicRule*) mosaicRule [read, write, retain]

Specifies the mosaic rule defining the image sorting order. When mosaic rule is not specified, mosaic rule will default to AGSMosaicMethodCenter.

Since:
1.8
- (double) pixelSizeX [read, write, assign]

The pixel level being identified (or the resolution being looked at). If pixel size is not specified, then pixelSizeX will default to the x-value of the base resolution of the dataset. The raster at the specified pixel size in the mosaic dataset will be used for identify.

Since:
1.8
- (double) pixelSizeY [read, write, assign]

The pixel level being identified (or the resolution being looked at). If pixel size is not specified, then pixelSizeY will default to the y-value of the base resolution of the dataset. The raster at the specified pixel size in the mosaic dataset will be used for identify.

Since:
1.8