This document is archived and information here might be outdated. Recommended version. |
Returns the GPS location of an image.
[Visual Basic .NET] Public Sub QueryGPSLocation ( _ ByVal pRasterDataset As IDataset, _ ByRef Longitude As Double, _ ByRef Latitude As Double, _ ByRef Altitude As Double _ )
[C#] public void QueryGPSLocation ( IDataset pRasterDataset, ref double Longitude, ref double Latitude, ref double Altitude );
[C++]
HRESULT QueryGPSLocation(
IDataset* pRasterDataset,
System.Double* Longitude,
System.Double* Latitude,
System.Double* Altitude
);
[C++] Parameters pRasterDataset [in]
pRasterDataset is a parameter of type IDataset* Longitude [out]
Longitude is a parameter of type double* Latitude [out]
Latitude is a parameter of type double* Altitude [out]
Altitude is a parameter of type double*