FortranGIS  Version2.5
List of all members
gdalapplygeotransform_f Interface Reference

Interface to a Fortran version of gdalapplygeotransform working on scalars, 1-d, 2-d and 3-d arrays. More...

Detailed Description

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)

Parameters
REAL(kind=c_double),INTENT(in)::padfgeotransform(6)the affine transformation
REAL(kind=c_double),INTENT(in)::dfpixela scalar or an array with up to 3 dimensions
REAL(kind=c_double),INTENT(in)::dflinea scalar or an array with up to 3 dimensions
REAL(kind=c_double),INTENT(out)::pdfgeoxa scalar or an array with up to 3 dimensions
REAL(kind=c_double),INTENT(out)::pdfgeoya scalar or an array with up to 3 dimensions

Definition at line 314 of file gdal.F90.