Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageParameters

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

dpi

dpi: number

Dots per inch setting for an module:esri/layersMapImageLayer.

Read more...

extent

extent: Extent

Extent of map to be exported.

Read more...

format

format: "png" | "png8" | "png24" | "png32" | "jpg" | "bmp" | "gif" | "pdf" | "svg"

Map image format.

Read more...

height

height: number

Requested image height in pixels.

Read more...

imageSpatialReference

imageSpatialReference: SpatialReference

Spatial reference of exported map.

Read more...

initialized

initialized: boolean

layerDefinitions

layerDefinitions: string[]

Array of layer definition expressions that allows you to filter the features of individual layers in the exported map image.

Read more...

layerIds

layerIds: number[]

A list of layer IDs, that represent which layers to include in the exported map.

Read more...

layerOption

layerOption: "show" | "hide" | "include" | "exclude"

The option for displaying or hiding the layer.

Read more...

transparent

transparent: boolean

Indicates whether or not the background of the dynamic image is transparent.

Read more...

width

width: number

Requested image width in pixels.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ImageParameters

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ImageParameters

  • Parameters

    Returns ImageParameters

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc