FortranGIS
Version2.5
|
Interface to a Fortran version of gdalapplygeotransform working on scalars, 1-d, 2-d and 3-d arrays. More...
Interface to a Fortran version of gdalapplygeotransform working on scalars, 1-d, 2-d and 3-d arrays.
This is a Fortran reimplementation of gdalapplygeotransform, giving the same results but acting also on arrays of data with up to 3 dimensions in a single call.
SUBROUTINE gdalapplygeotransform_f(padfgeotransform, dfpixel, dfline, pdfgeox, pdfgeoy)
REAL(kind=c_double),INTENT(in)::padfgeotransform(6) | the affine transformation |
REAL(kind=c_double),INTENT(in)::dfpixel | a scalar or an array with up to 3 dimensions |
REAL(kind=c_double),INTENT(in)::dfline | a scalar or an array with up to 3 dimensions |
REAL(kind=c_double),INTENT(out)::pdfgeox | a scalar or an array with up to 3 dimensions |
REAL(kind=c_double),INTENT(out)::pdfgeoy | a scalar or an array with up to 3 dimensions |