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:
Image tiling scheme, including tile origin, pixel size, and tile size
Image properties including number of columns and rows, number of bands, pixel type, NoData value, and etc
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.