These spatial functions represent the properties for the primary input raster such as world origin, cell size, and dimensions in number of rows and columns. The primary raster is indicated by a yellow star beside it.
Function | Meaning |
---|---|
GetXOrigin() | World X origin coordinate of primary input raster. |
GetYOrigin() | World Y origin coordinate of primary input raster. |
GetCellSizeX() | Gets the X cell size of the input raster. |
GetCellSizeY() | Gets the Y cell size of the input raster. |
GetCols() | Gets column count of the input raster. |
GetRows() | Gets row count of the input raster. |