Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
ReadGeoKey Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : ReadGeoKey Method




Gets the specified GeoKey data from a TIFF file.

Overload List

OverloadDescription
ReadGeoKey(String,Int32,Int32) Gets the specified GeoKey data from a TIFF file.  
ReadGeoKey(Stream,Int32,Int32) Gets the specified GeoKey data from a TIFF stream.  

Example

Refer to EnumGeoKeys.

Remarks

You can use this method to obtain the GeoKey data from a particular file.

If no such GeoKey exists in the image, this method will return a null reference (Nothing in Visual Basic).

The most efficient way of reading the GeoKeys in a file is to enumerate them with EnumGeoKeys and then read each GeoKey with ReadGeoKey.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also