| Package | com.esri.ags.layers.supportClasses |
| Class | public class ImageParameters |
| Inheritance | ImageParameters Object |
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 | ||
| layerTimeOptions : Array
Array of LayerTimeOptions that allow you to override how a layer is exported in reference to the timeExtent. | ImageParameters | ||
| timeExtent : TimeExtent
The time instant or the time extent to export. | 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.
| layerTimeOptions | property |
public var layerTimeOptions:ArrayArray of LayerTimeOptions that allow you to override how a layer is exported in reference to the timeExtent.
| timeExtent | property |
public var timeExtent:TimeExtentThe time instant or the time extent to export. Set the TimeExtent's startTime and endTime to the same time to define a time instant.
| 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 = excludeShows all layers visible by default except the specified layer IDs.
| LAYER_OPTION_HIDE | Constant |
public static const LAYER_OPTION_HIDE:String = hideShows all layers except the specified layer IDs.
| LAYER_OPTION_INCLUDE | Constant |
public static const LAYER_OPTION_INCLUDE:String = includeShows specified layer IDs in addition to layers visible by default.
| LAYER_OPTION_SHOW | Constant |
public static const LAYER_OPTION_SHOW:String = showShows only the specified layer IDs.