Image Service GetRasterInfo method

Gets the raster information, including tiling scheme, orientation, number of columns and rows, and etc, of a raster of a given catalog item.

 

GetRasterInfo(int RID)

 

Parameter

Description

RID

The raster ID.

 

Return Value

 

A RasterInfo object

 

Remarks

 

The RasterInfo object that is returned completely describes an image. It contains information on:

  1.  Image tiling scheme, including tile origin, pixel size, and tile size

  2.  Image properties including number of columns and rows, number of bands, pixel type, NoData value, and etc

  3.  Georeferencing and orientation information including native extent and native spatial reference, extent, and Geodata transformation.

 

The raster info is from the catalog item, which is after all function being applied on-the-fly.