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


IUavUasBuilderHelper.QueryGPSLocation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUavUasBuilderHelper Interface > IUavUasBuilderHelper.QueryGPSLocation Method
ArcGIS Developer Help

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,
  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*

Product Availability

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

See Also

IUavUasBuilderHelper Interface