Return world x-coordinate of map raster index (1,1)
x = firstCornerX(R)
x = firstCornerX(R) returns the world x-coordinate of the outermost corner of the first cell (1,1) of map raster R.
x
R
collapse all
MapCellsReference
MapPostingsReference
Map raster, specified as a MapCellsReference or MapPostingsReference object.
World x-coordinate, returned as a numeric scalar.
Data Types: double
double
firstCornerY