| Package | com.esri.ags.tasks.supportClasses |
| Class | public class ImageServiceIdentifyParameters |
| Inheritance | ImageServiceIdentifyParameters Object |
See also
| Property | Defined 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 | ||
| geometry | property |
public var geometry:GeometryA geometry that defines the location to be identified. The location can be a point or a polygon.
See also
| mosaicRule | property |
public var mosaicRule:MosaicRuleSpecifies the mosaic rule defining the image sorting order. When mosaic rule is not specified, mosaic rule will default to esriMosaicCenter.
| pixelSizeX | property |
public var pixelSizeX:NumberThe 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.
| pixelSizeY | property |
public var pixelSizeY:NumberThe 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.