public interface IUavUasBuilder
extends java.io.Serializable
Description: 'Provides access to members that controls UAV/UAS images.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID5eda2317_45ec_4c57_bcfc_4006ac881b61 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCameraFile()
The file or folder path.
|
IPropertySet |
getCameraProperties()
The camera properties, such as pixel size, distortion, and etc..
|
double |
getEstimatedFlightHeight()
The estimated flight height.
|
java.lang.String |
getOrientationFile()
The GPS/orientation file path.
|
IPropertySet |
getOrientationParameters()
The orientation properties, such as lat, long, altitude, and etc..
|
void |
setCameraFile(java.lang.String pCameraFile)
The file or folder path.
|
void |
setCameraPropertiesByRef(IPropertySet ppProperties)
The camera properties, such as pixel size, distortion, and etc..
|
void |
setEstimatedFlightHeight(double pHeight)
The estimated flight height.
|
void |
setOrientationFile(java.lang.String pOrientationFile)
The GPS/orientation file path.
|
void |
setOrientationParametersByRef(IPropertySet ppProperties)
The orientation properties, such as lat, long, altitude, and etc..
|
static final int IID5eda2317_45ec_4c57_bcfc_4006ac881b61
static final int xxDummy
static final java.lang.String IID
void setCameraFile(java.lang.String pCameraFile) throws java.io.IOException, AutomationException
pCameraFile
- The pCameraFile (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCameraFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCameraPropertiesByRef(IPropertySet ppProperties) throws java.io.IOException, AutomationException
ppProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getCameraProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEstimatedFlightHeight(double pHeight) throws java.io.IOException, AutomationException
pHeight
- The pHeight (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getEstimatedFlightHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOrientationFile(java.lang.String pOrientationFile) throws java.io.IOException, AutomationException
pOrientationFile
- The pOrientationFile (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOrientationFile() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOrientationParametersByRef(IPropertySet ppProperties) throws java.io.IOException, AutomationException
ppProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getOrientationParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.