| Package | com.esri.ags.layers |
| Class | public class ImageParameters |
See also
| Property | Defined by | ||
|---|---|---|---|
| dpi : Number
Dots per inch setting for an ArcGISDynamicMapServiceLayer.
| ImageParameters | ||
| extent : Extent
Extent of map to be exported.
| ImageParameters | ||
| format : String
Map image format.
| ImageParameters | ||
| height : Number
Requested image height in pixels.
| ImageParameters | ||
| imageSpatialReference : SpatialReference
Spatial reference of exported map.
| ImageParameters | ||
| layerDefinitions : Array
Array of layer definition expressions that allows you to filter the features of individual layers in the exported map image.
| ImageParameters | ||
| layerIds : Array
A list of layer IDs, which represents which layers to include in the exported map.
| ImageParameters | ||
| layerOption : String
The option for displaying or hiding the layer.
| ImageParameters | ||
| transparent : Boolean = true
Whether or not the background of dynamic image is transparent.
| ImageParameters | ||
| width : Number
Requested image width in pixels.
| ImageParameters | ||
| Constant | Defined by | ||
|---|---|---|---|
| LAYER_OPTION_EXCLUDE : String = "exclude" [static]
Shows all layers visible by default except the specified layer IDs.
| ImageParameters | ||
| LAYER_OPTION_HIDE : String = "hide" [static]
Shows all layers except the specified layer IDs.
| ImageParameters | ||
| LAYER_OPTION_INCLUDE : String = "include" [static]
Shows specified layer IDs in addition to layers visible by default.
| ImageParameters | ||
| LAYER_OPTION_SHOW : String = "show" [static]
Shows only the specified layer IDs.
| ImageParameters | ||
| dpi | property |
public var dpi:NumberDots per inch setting for an ArcGISDynamicMapServiceLayer.
| extent | property |
public var extent:ExtentExtent of map to be exported.
| format | property |
public var format:StringMap image format. Can be set to any of the following image types: png8 | png24 | png32 | jpg | pdf | bmp | gif | svg.
| height | property |
public var height:NumberRequested image height in pixels.
| imageSpatialReference | property |
public var imageSpatialReference:SpatialReferenceSpatial reference of exported map.
| layerDefinitions | property |
public var layerDefinitions:ArrayArray of layer definition expressions that allows you to filter the features of individual layers in the exported map image.
| layerIds | property |
public var layerIds:ArrayA list of layer IDs, which represents which layers to include in the exported map.
| layerOption | property |
public var layerOption:StringThe option for displaying or hiding the layer.
| transparent | property |
public var transparent:Boolean = trueWhether or not the background of dynamic image is transparent.
| width | property |
public var width:NumberRequested image width in pixels.
| LAYER_OPTION_EXCLUDE | constant |
public static const LAYER_OPTION_EXCLUDE:String = "exclude"Shows all layers visible by default except the specified layer IDs.
| LAYER_OPTION_HIDE | constant |
public static const LAYER_OPTION_HIDE:String = "hide"Shows all layers except the specified layer IDs.
| LAYER_OPTION_INCLUDE | constant |
public static const LAYER_OPTION_INCLUDE:String = "include"Shows specified layer IDs in addition to layers visible by default.
| LAYER_OPTION_SHOW | constant |
public static const LAYER_OPTION_SHOW:String = "show"Shows only the specified layer IDs.