Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrintTask

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

Readonly mode

mode: "async" | "sync"

The mode for the print task execution.

Read more...

requestOptions

requestOptions: any

The options to be used for data requests.

Read more...

updateDelay

updateDelay: number

The time interval in milliseconds between each job status request sent to an asynchronous GP task.

Read more...

url

url: string

The ArcGIS Server REST service URL (usually of a Feature Service Layer or Map Service Layer) for use in a task.

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

  • _set<T>(propertyName: string, value: T): PrintTask
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns PrintTask

destroy

  • destroy(): void
  • Returns void

execute

  • Sends a request to the print service to create a printable static image of the map using the options specified in the PrintParameters.

    Read more...

    Parameters

    Returns Promise<PrintResponse>

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 PrintTask

  • Parameters

    Returns PrintTask

watch

  • Parameters

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

    Returns WatchHandle

Generated using TypeDoc