georasterref
(Not recommended) Create geographic raster reference object
The georasterref
function is not recommended, except when creating a
raster reference object from a world file matrix. To specify options using name-value
arguments, use the georefcells
or georefpostings
function instead. For more information, see Version History.
Syntax
Description
creates a reference object for a raster of quadrangular cells referenced to geographic
coordinates using the world file matrix R
= georasterref(W
,rasterSize
)W
and raster size
rasterSize
.
specifies the geometric nature of the raster. When the raster contains posting point samples
referenced to geographic coordinates, specify R
= georasterref(W
,rasterSize
,rasterInterpretation
)rasterInterpretation
as
"postings"
. The default for rasterInterpretation
is "cells"
, which specifies a raster of quadrangular cells.
specifies options using name-value arguments.R
= georasterref(Name,Value
)