FRAMES | NO FRAMES Description | Parameters | Examples | Response
Raster Catalog Item
URL http://<imageservice-url>/<rasterId>
Child Resources Raster Image   Raster Info
Parent Resource Image Service
Required Capability Catalog

Description

The raster catalog item resource represents a single raster catalog item.

Each raster catalog item represents a feature in the raster catalog. Each such 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:

Deprecation: At 10.1, accessing thumbnail resource as a child resource of raster catalog item resource has been deprecated. From 10.1 onwards, use the Raster Thumbnail resource returned as a child resource of the Raster Info.

Resource Hierarchy

Raster Catalog Item

Parameters

Parameter Details
f Description: 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.

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

Example 2: Return Raster catalog item (f=pjson) for raster ID 8.

http://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
  }
}