Skip to content

GeoprocessingResult

GeoprocessingResult = object

Defined in: src/ExpoArcgis.types.ts:1568

Result of geoprocessor.execute. Mirrors the native GeoprocessingResult.

outputs: Record<string, unknown>

Defined in: src/ExpoArcgis.types.ts:1574

Output parameters keyed by name. Scalars (string/double/long/boolean) come back as their JS value; feature outputs come back as Feature[]; raster outputs come back as GeoprocessingRasterOutput.