IUavUasBuilder Interface

Provides access to members that controls UAV/UAS images.

Members

Name Description
Read/write property CameraFile The file or folder path.
Read/write property CameraProperties The camera properties, such as pixel size, distortion, and etc..
Read/write property EstimatedFlightHeight The estimated flight height.
Read/write property OrientationFile The GPS/orientation file path.
Read/write property OrientationParameters The orientation properties, such as lat, long, altitude, and etc..

IUavUasBuilder.CameraFile Property

The file or folder path.

Public Property CameraFile As String
public string CameraFile {get; set;}

IUavUasBuilder.CameraProperties Property

The camera properties, such as pixel size, distortion, and etc..

Public Property CameraProperties As IPropertySet
public IPropertySet CameraProperties {get; set;}

IUavUasBuilder.EstimatedFlightHeight Property

The estimated flight height.

Public Property EstimatedFlightHeight As Double
public double EstimatedFlightHeight {get; set;}

IUavUasBuilder.OrientationFile Property

The GPS/orientation file path.

Public Property OrientationFile As String
public string OrientationFile {get; set;}

IUavUasBuilder.OrientationParameters Property

The orientation properties, such as lat, long, altitude, and etc..

Public Property OrientationParameters As IPropertySet
public IPropertySet OrientationParameters {get; set;}

Classes that implement IUavUasBuilder

Classes Description
UavUasBuilder The generic UAV/UAS raster builder object.

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