Main Content
maprefpostings
Reference raster postings to map coordinates
Syntax
Description
returns
a default referencing object for a raster of regularly posted samples
in planar (map) coordinates.R
= maprefpostings()
constructs a referencing object for a raster spanning the specified limits in planar
coordinates, with the numbers of rows and columns specified by
R
= maprefpostings(xlimits
,ylimits
,rasterSize
)rasterSize
.
allows the directions of the columns and rows to be specified via name-value
pairs.R
= maprefpostings(xlimits
,ylimits
,___, Name,Value
)
Examples
Input Arguments
Output Arguments
Tips
To construct a map raster reference object from a world file matrix, use the
maprasterref
function.
Version History
Introduced in R2015b