Raster Catalog Item

Description

LicenseLicense:

As of 10.5, you must license your ArcGIS Server as an ArcGIS Image Server to use this resource.

The Raster Catalog Item resource represents a single raster catalog item.

Each Raster Catalog Item represents a feature in the raster catalog, and each feature has an associated raster.

The object ID of the Raster Catalog Item is the same as the ID of the associated raster (the raster ID).

The attributes of the Raster Catalog Item are the attributes of the raster.

The geometry of the Raster Catalog Item is the footprint of the raster.

The Raster Catalog Item resource has the following child resources:

NoteNote:

The ability to access the Raster Thumbnail resource as a child resource of the Raster Catalog Item resource was deprecated at 10.1. At 10.1 and later, use the Raster Thumbnail resource returned as a child resource of Raster Info.

Request parameters

Parameter

Details

f

The response format. The default response format is html.

Values: html | json

Example usage

Example 1: Return Raster Catalog Item (f=html) for raster ID 8:

https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Portland/CascadeLandsat/ImageServer/8

Example 2: Return Raster Catalog Item (f=pjson) for raster ID 8:

https://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Portland/CascadeLandsat/ImageServer/8?f=pjson

JSON Response syntax

<feature>

JSON Response example

{
  "geometry" : {
    "rings" : [ 
       [ [-97.06138,32.837], [-97.06133,32.836], [-97.06124,32.834], [-97.06127,32.832], [-97.06138,32.837] ]
    ]
  },

  "attributes" : {
    "IMAGEID" : 37,
    "OWNER" : "Joe Smith",
    "VALUE" : 94820.37,
    "APPROVED" : true,
    "LASTUPDATE" : 1227663551096
  }
}