OGC Features API processes class

Hierarchy

  • Service
    • ProcessesService

Constructors

  • constructor

    Parameters

    • config: IServiceConfig

    Returns ProcessesService

Accessors

  • get baseUrl(): string
  • base url

    Returns string

Methods

  • get a list of conformed standards

    Parameters

    • Optional options: IServiceRequestOptions

      options

    Returns Promise<IGetConformanceResponse>

  • Get a jobs results by its id

    note: only JSON results are supported.

    Parameters

    • jobId: string
    • options: IServiceRequestOptions = {}

      options

    Returns Promise<TJobResult>

  • Get a process by its id.

    Parameters

    • processId: string

      process id

    • options: IServiceRequestOptions = {}

      options

    Returns Promise<IProcess>

Generated using TypeDoc