Provides access to members that controls UAV/UAS images.
Members
Name | Description | |
---|---|---|
CameraFile | The file or folder path. | |
CameraProperties | The camera properties, such as pixel size, distortion, and etc.. | |
EstimatedFlightHeight | The estimated flight height. | |
OrientationFile | The GPS/orientation file path. | |
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. |