- URL:https://<imageservice-url>/<rasterId>
- Required Capability:Catalog
- Version Introduced:10.0
Description
License:
You must license your ArcGIS Server as an ArcGIS Image Server to use this resource.
An individual 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:
- Raster Image—Returns a composite image of the associated raster.
- Raster Info—Returns the information for the associated raster (such as its width, height, number of bands, pixel type, and so on). This resource also supports Thumbnail, Metadata, and Raster Key Properties child resources.
Request parameters
Parameter | Details |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
The following is a sample request URL used to return a raster catalog item (response format set as html) for raster ID 8:
https://machine.domain.com/webadaptor/rest/services/Portland/CascadeLandsat/ImageServer/8
The following is a sample request URL used to return a raster catalog item (response format set as pjson) for raster ID 8:
https://machine.domain.com/webadaptor/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
}
}