Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface geoprocessor

Represents a GP resource exposed by the ArcGIS REST API.

Read more...

Hierarchy

  • geoprocessor

Index

Methods

Methods

execute

  • execute(url: string, params?: any, options?: GPOptions, requestOptions?: any): Promise<any>
  • Sends a request to the server to execute a synchronous GP task.

    Read more...

    Parameters

    • url: string
    • Optional params: any
    • Optional options: GPOptions
    • Optional requestOptions: any

    Returns Promise<any>

submitJob

  • Submits a job to the server for asynchronous processing by the GP task.

    Read more...

    Parameters

    • url: string
    • Optional params: any
    • Optional options: GPOptions
    • Optional requestOptions: any

    Returns Promise<supportJobInfo>

Generated using TypeDoc