EnumGeoKeys event (ILEADRasterIO)

Visual Basic example

Visual C++ 6.0 example

 

Syntax

void EnumGeoKeys(long uTag, long uType, long uCount);

Overview

Refer to Implementing GeoKeys (GeoTIFF tags)

Remarks

This event is called for each GeoKey enumerated by the EnumFileGeoKeys method.

This event will be called for every GeoKey on the page.

Calling this event will update the following GeoKeyData property in order to receive data indirectly from calling EnumFileGeoKeys method.

See Also

Elements:

SetGeoKey method, GetGeoKey method, GeoKeyType property, GeoKeyCount property, GeoKeyData property, WriteFileGeoKey method, ReadFileGeoKey method, EnumFileGeoKeys method

Topics:

Raster Images: Working with Geo Keys

 

Implementing TIFF Tags