IUavUasBuilderHelper Interface

Provides access to members that controls UAV/UAS images.

Members

Name Description
Method GetOrientation Gets the orientation parameters for an image.
Method IsUavUasFile Tells you if a particular file is of UAV/UAS type.
Method QueryGPSLocation Returns the GPS location of an image.
Method QueryOrientationFieldIndexes Returns the indices of the orientation file.

IUavUasBuilderHelper.GetOrientation Method

Gets the orientation parameters for an image.

Public Function GetOrientation ( _
    ByVal pOrientationParameters As IPropertySet, _
    ByVal Name As String _
) As IPropertySet
public IPropertySet GetOrientation (
    IPropertySet pOrientationParameters,
    string Name
);

IUavUasBuilderHelper.IsUavUasFile Method

Tells you if a particular file is of UAV/UAS type.

Public Function IsUavUasFile ( _
    ByVal inputPath As String _
) As Boolean
public bool IsUavUasFile (
    string inputPath
);

IUavUasBuilderHelper.QueryGPSLocation Method

Returns the GPS location of an image.

Public Sub QueryGPSLocation ( _
    ByVal pRasterDataset As IDataset, _
    ByRef Longitude As Double, _
    ByRef Latitude As Double, _
    ByRef Altitude As Double _
)
public void QueryGPSLocation (
    IDataset pRasterDataset,
    ref double Longitude,
    ref double Latitude,
    ref double Altitude
);

IUavUasBuilderHelper.QueryOrientationFieldIndexes Method

Returns the indices of the orientation file.

Public Function QueryOrientationFieldIndexes ( _
    ByVal OrientationFile As String _
) As ILongArray
public ILongArray QueryOrientationFieldIndexes (
    string OrientationFile
);

Classes that implement IUavUasBuilderHelper

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.