Class HonuaGeoprocessingService

Wrapper over a Honua GP Service task. Mirrors the routes published in honua-server/docs/gis/geoprocess-framework-analysis.md: submitJob, jobs/{jobId} (status), jobs/{jobId}/cancel, and per-result lookup (currently registered route, output delivery still depends on the execution engine — see the parity matrix).

Constructors

Properties

client: HonuaClient
serviceId: string
taskName: undefined | string

Methods

  • Parameters

    • jobId: string
    • resultName: string
    • options: {
          signal?: AbortSignal;
      } = {}
      • Optionalsignal?: AbortSignal

    Returns Promise<Record<string, unknown>>