Skip to content

Custom Raster Function

URL:
https://<root>/services/types/customrasterfunctions/<id>
Methods:
GET
Operations:
Download, Delete
Version Introduced:
11.5

Description

The resource for a custom raster function returns the name and ID of a registered custom raster function. This resource also provides access to the Download and Delete operations.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access a custom raster function resource:

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/services/types/customrasterfunctions/ba60574dbf4947859188186f3b69a276?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
{
  "zipFilename": "HeatIndex.zip",
  "portalItemId": "ba60574dbf4947859188186f3b69a276",
  "rftName": "HeatIndex",
  "rftFileName": "HeatIndex.rft.xml",
  "id": "ba60574dbf4947859188186f3b69a276",
  "revision": 1
}

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