LoadGeotiffInfo Data Member Function

Populates a <GdalImageInfo> object with metadata from the GEOTIFF.

Prototype

static int32 LoadGeotiffInfo( string p_sPath, GdalImageInfo metadata )

Parameters

Parameter Type Parameter Name Documentation
stringp_sPathThe absolute path to the GEOTIFF file on the hard disk.
<GdalImageInfo>metadataA pointer to the <GdalImageInfo> object that stores the GEOTIFF metadata.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.