Raster Catalog Item
- URL:http://<imageservice-url>/<rasterId>
- Child Resources:Raster Image, Raster Info
- Required Capability:Catalog
- Version Introduced:10.0
Description
License:As of 10.5, you must license your ArcGIS Server as an ArcGIS Image Server in order 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. 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:
- Raster Image-Returns a composite image of the associated raster.
- Raster Info-Returns the info for the associated raster (such as its width, height, number of bands, pixel type, and so on). At 10.1 and later, this resource also supports Thumbnail, Metadata, and Raster Key Properties child resources.
Deprecation: At 10.1, accessing the Raster Thumbnail resource as a child resource of the Raster Catalog Item resource has been deprecated. At 10.1 and later, use the Raster Thumbnail resource returned as a child resource of Raster Info.
Request 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:
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
}
}