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

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 3 child resources:

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: TODO

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
  }
}