| Package | com.esri.ags.layers |
| Class | public class ImageServiceParameters |
See also
| Property | Defined by | ||
|---|---|---|---|
| bandIds : Array
If there are multiple bands, you can either specify a single band to export, or you can change the
band combination (red, green, blue) by specifying the band number, for example, [2, 1, 3].
| ImageServiceParameters | ||
| compressionQuality : Number
Controls how much loss the image will be subjected to by the compression algorithm.
| ImageServiceParameters | ||
| extent : Extent
Extent of image to be exported.
| ImageServiceParameters | ||
| format : String
Image format.
| ImageServiceParameters | ||
| height : Number
Requested image height in pixels.
| ImageServiceParameters | ||
| imageSpatialReference : SpatialReference
Spatial reference of exported map.
| ImageServiceParameters | ||
| interpolation : String
The resampling process of extrapolating the pixel values while transforming the raster dataset when it undergoes warping or when it changes coordinate space.
| ImageServiceParameters | ||
| width : Number
Requested image width in pixels.
| ImageServiceParameters | ||
| Constant | Defined by | ||
|---|---|---|---|
| INTERPOLATION_BILINEAR : String = "RSP_BilinearInterpolation" [static]
| ImageServiceParameters | ||
| INTERPOLATION_CUBICCONVOLUTION : String = "RSP_CubicConvolution" [static]
| ImageServiceParameters | ||
| INTERPOLATION_MAJORITY : String = "RSP_Majority" [static]
| ImageServiceParameters | ||
| INTERPOLATION_NEARESTNEIGHBOR : String = "RSP_NearestNeighbor" [static]
| ImageServiceParameters | ||
| bandIds | property |
public var bandIds:ArrayIf there are multiple bands, you can either specify a single band to export, or you can change the band combination (red, green, blue) by specifying the band number, for example, [2, 1, 3].
| compressionQuality | property |
public var compressionQuality:NumberControls how much loss the image will be subjected to by the compression algorithm. Valid value ranges of compression quality are from 0 to 100.
| extent | property |
public var extent:ExtentExtent of image to be exported.
| format | property |
public var format:StringImage format. Can be set to any of the following image types: png8 | png24 | png32 | jpg | bmp | gif.
| height | property |
public var height:NumberRequested image height in pixels.
| imageSpatialReference | property |
public var imageSpatialReference:SpatialReferenceSpatial reference of exported map.
| interpolation | property |
public var interpolation:StringThe resampling process of extrapolating the pixel values while transforming the raster dataset when it undergoes warping or when it changes coordinate space. Valid values are: RSP_BilinearInterpolation | RSP_CubicConvolution | RSP_Majority | RSP_NearestNeighbor
| width | property |
public var width:NumberRequested image width in pixels.
| INTERPOLATION_BILINEAR | constant |
public static const INTERPOLATION_BILINEAR:String = "RSP_BilinearInterpolation"
| INTERPOLATION_CUBICCONVOLUTION | constant |
public static const INTERPOLATION_CUBICCONVOLUTION:String = "RSP_CubicConvolution"
| INTERPOLATION_MAJORITY | constant |
public static const INTERPOLATION_MAJORITY:String = "RSP_Majority"
| INTERPOLATION_NEARESTNEIGHBOR | constant |
public static const INTERPOLATION_NEARESTNEIGHBOR:String = "RSP_NearestNeighbor"