Construct map raster reference object
Use the maprefcells
function or the maprefpostings
function instead, except when constructing a raster
reference object from a world file matrix.
R = maprasterref(W,rasterSize)
R = maprasterref(W,rasterSize,rasterInterpretation)
R = maprasterref(Name,Value)
creates a reference object for a regular raster of cells in planar map coordinates using
the specified world file matrix R
= maprasterref(W
,rasterSize
)W
and raster size
rasterSize
.
,
where R
= maprasterref(W
,rasterSize
,rasterInterpretation
)rasterInterpretation
is 'postings'
,
specifies that the raster contains regularly posted samples in planar map coordinates.
The default for rasterInterpretation
is 'cells'
,
which specifies a regular raster of cells.
accepts
a list of name-value pairs that are used to assign selected properties
when initializing a map raster reference object.R
= maprasterref(Name,Value
)