public interface IUavUasBuilderHelper
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 |
IID3a8ed754_f154_4759_8238_d9511d33c8b7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPropertySet |
getOrientation(IPropertySet pOrientationParameters,
java.lang.String name)
Gets the orientation parameters for an image.
|
boolean |
isUavUasFile(java.lang.String inputPath)
Tells you if a particular file is of UAV/UAS type.
|
void |
queryGPSLocation(IDataset pRasterDataset,
double[] longitude,
double[] latitude,
double[] altitude)
Returns the GPS location of an image.
|
ILongArray |
queryOrientationFieldIndexes(java.lang.String orientationFile)
Returns the indices of the orientation file.
|
static final int IID3a8ed754_f154_4759_8238_d9511d33c8b7
static final int xxDummy
static final java.lang.String IID
void queryGPSLocation(IDataset pRasterDataset, double[] longitude, double[] latitude, double[] altitude) throws java.io.IOException, AutomationException
pRasterDataset
- A reference to a com.esri.arcgis.geodatabase.IDataset (in)longitude
- The longitude (out: use single element array)latitude
- The latitude (out: use single element array)altitude
- The altitude (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray queryOrientationFieldIndexes(java.lang.String orientationFile) throws java.io.IOException, AutomationException
orientationFile
- The orientationFile (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getOrientation(IPropertySet pOrientationParameters, java.lang.String name) throws java.io.IOException, AutomationException
pOrientationParameters
- A reference to a com.esri.arcgis.system.IPropertySet (in)name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isUavUasFile(java.lang.String inputPath) throws java.io.IOException, AutomationException
inputPath
- The inputPath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.