Description
Class hierarchy
esri.layers.ImageServiceParameters
Constructor
Properties
| bandIds |
Number[]
|
Array of current band selections. |
| compressionQuality |
Number
|
Current compression quality value. The compression quality controls how much loss the image will be subjected to. Only valid with JPG image types. |
| extent |
Extent
|
Extent of the exported image. |
| format |
String
|
Map image format. |
| height |
Number
|
Requested image height in pixels. |
| interpolation |
String
|
Current interpolation method. The interpolation method affects how the raster dataset is transformed when it undergoes warping or when it changes coordinate space. |
| width |
Number
|
Requested image width in pixels. |
Constants
| INTERPOLATION_BILINEAR |
Resamples pixel by bilinear interpolation. |
| INTERPOLATION_CUBICCONVOLUTION |
Resamples pixel by cubic convolution. |
| INTERPOLATION_MAJORITY |
Resamples pixel by majority value. |
| INTERPOLATION_NEARESTNEIGHBOR |
Resamples pixel by nearest neighbor. |
Constructor Detail
esri.layers.ImageServiceParameters()
Creates a new ImageServiceParameters object. The constructor takes no parameters.
Properties Detail
Array of current band selections.
<Number> compressionQuality
Current compression quality value. The compression quality controls how much loss the image will be subjected to. Only valid with JPG image types.
Extent of the exported image.
Map image format.
Known values: png8 | png24 | jpg | bmp | gif
Default value: png8
Requested image height in pixels.
Current interpolation method. The interpolation method affects how the raster dataset is transformed when it undergoes warping or when it changes coordinate space.
Requested image width in pixels.