This document is archived and information here might be outdated.  Recommended version.


IUavUasBuilderHelper.QueryGPSLocation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IUavUasBuilderHelper.QueryGPSLocation Method

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,
  double* Longitude,
  double* Latitude,
  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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IUavUasBuilderHelper Interface