FortranGIS  Version2.5
List of all members
gdalmajorobjecth_new Interface Reference

Fortran interface for formally converting a dataset, rasterband or driver opaque object into a generic gdal object of type gdalmajorobjecth to be used in some methods such as GDALGetMetadata. More...

Detailed Description

Fortran interface for formally converting a dataset, rasterband or driver opaque object into a generic gdal object of type gdalmajorobjecth to be used in some methods such as GDALGetMetadata.

TYPE(gdalmajorobjecth) FUNCTION gdalmajorobjecth_new(gdalobject)

Parameters
TYPE(gdaldataseth)|TYPE(gdalrasterbandh)|TYPE(gdaldriverh),VALUE::gdalobjectobject to convert

Definition at line 390 of file gdal.F90.