Forward map projection using PROJ.4
map
projection library
[
returns
the x
,y
] =
projfwd(proj
,lat
,lon
)x
and y
map coordinates
from the forward projection transformation. proj
is
a structure defining the map projection. proj
can
be an mstruct or a GeoTIFF info
structure. lat
and lon
are
arrays of the latitude and longitude coordinates.
For a complete list of GeoTIFF info
and map
projection structures that you can use with projinv
,
see the reference page for projlist
.
geotiffinfo
| mfwdtran
| minvtran
| projinv
| projlist