Cell Size

Raster analysis tasks that have the cellSize property in their context parameter will set the cell size that will be used to create the output raster. The default output resolution is determined by the largest cell size of all the input rasters.

Cell Size syntax for coarsest pixel size:

Use dark colors for code blocksCopy
1
{"cellSize": "MAXOF"}

There are several options to set the cellSize :

  • url —Sets the cell size to the raster layer specified in the URL.
  • <value> —Specify a numeric value for the pixel size.

Cell Size syntax for cell size of specific raster layer:

Use dark colors for code blocksCopy
1
2
3
{"cellSize": {
  "url": "https://<servername.domain.com>/arcgis/rest/services/<servicename>/ImageServer"}
}

Cell Size syntax for specific raster resolution:

Use dark colors for code blocksCopy
1
{"cellSize": 50}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.