Overload | Description |
---|---|
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. |
Refer to EnumGeoKeys.
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.
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