Raster Catalog Item

URL:
https://<imageservice-url>/<rasterId>
Methods:
GET
Required Capability:
Catalog
Version Introduced:
10.0

Description

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:

Request parameters

ParameterDetails

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:

Use dark colors for code blocksCopy
1
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:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/rest/services/Portland/CascadeLandsat/ImageServer/8?f=pjson

JSON Response syntax

Use dark colors for code blocksCopy
1
<feature>

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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
  }
}

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