Skip to content
Guides API

GeoprocessingRasterOutput

GeoprocessingRasterOutput = object

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

A raster output from a geoprocessing tool. Mirrors GeoprocessingRaster.

optional filePath?: string

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

Absolute local file path (set when the output raster is a local file).


type: "raster"

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


optional url?: string

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

Remote raster URL (set by the service for output rasters).