Transform planar world to discrete coordinates
[
returns the indices corresponding to world coordinates I
,J
] = worldToDiscrete(R
,xWorld
,yWorld
)xWorld
and yWorld
in map raster R
. If
R.RasterInterpretation
is:
'cells'
, then I
and
J
are the row and column subscripts of the
raster cells (or image pixels)
'postings'
, then I
and
J
refer to the nearest sample point
(posting)