Packagecom.esri.ags.tasks.supportClasses
Classpublic class ImageServiceIdentifyParameters
InheritanceImageServiceIdentifyParameters Inheritance Object

Input parameters for an ImageServiceIdentifyTask.

See also

com.esri.ags.tasks.ImageServiceIdentifyTask


Public Properties
 PropertyDefined By
  geometry : Geometry
A geometry that defines the location to be identified.
ImageServiceIdentifyParameters
  mosaicRule : MosaicRule
Specifies the mosaic rule defining the image sorting order.
ImageServiceIdentifyParameters
  pixelSizeX : Number
The pixel level being identified (or the resolution being looked at) on the x-axis.
ImageServiceIdentifyParameters
  pixelSizeY : Number
The pixel level being identified (or the resolution being looked at) on the y-axis.
ImageServiceIdentifyParameters
Property Detail
geometryproperty
public var geometry:Geometry

A geometry that defines the location to be identified. The location can be a point or a polygon.

See also

mosaicRuleproperty 
public var mosaicRule:MosaicRule

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

pixelSizeXproperty 
public var pixelSizeX:Number

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

pixelSizeYproperty 
public var pixelSizeY:Number

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