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 =
public class IUavUasBuilderHelperProxy extends com.esri.arcgis.interop.Dispatch implements IUavUasBuilderHelper, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID3a8ed754_f154_4759_8238_d9511d33c8b7| Modifier | Constructor and Description |
|---|---|
|
IUavUasBuilderHelperProxy()
Deprecated.
For internal use only
|
|
IUavUasBuilderHelperProxy(java.lang.Object obj)
Deprecated.
|
protected |
IUavUasBuilderHelperProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IUavUasBuilderHelperProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IUavUasBuilderHelperProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IPropertySet |
getOrientation(IPropertySet pOrientationParameters,
java.lang.String name)
Deprecated.
Gets the orientation parameters for an image.
|
boolean |
isUavUasFile(java.lang.String inputPath)
Deprecated.
Tells you if a particular file is of UAV/UAS type.
|
void |
queryGPSLocation(IDataset pRasterDataset,
double[] longitude,
double[] latitude,
double[] altitude)
Deprecated.
Returns the GPS location of an image.
|
ILongArray |
queryOrientationFieldIndexes(java.lang.String orientationFile)
Deprecated.
Returns the indices of the orientation file.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IUavUasBuilderHelperProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IUavUasBuilderHelperProxy()
public IUavUasBuilderHelperProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IUavUasBuilderHelperProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IUavUasBuilderHelperProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void queryGPSLocation(IDataset pRasterDataset, double[] longitude, double[] latitude, double[] altitude) throws java.io.IOException, AutomationException
queryGPSLocation in interface IUavUasBuilderHelperpRasterDataset - 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.public ILongArray queryOrientationFieldIndexes(java.lang.String orientationFile) throws java.io.IOException, AutomationException
queryOrientationFieldIndexes in interface IUavUasBuilderHelperorientationFile - The orientationFile (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPropertySet getOrientation(IPropertySet pOrientationParameters, java.lang.String name) throws java.io.IOException, AutomationException
getOrientation in interface IUavUasBuilderHelperpOrientationParameters - 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.public boolean isUavUasFile(java.lang.String inputPath)
throws java.io.IOException,
AutomationException
isUavUasFile in interface IUavUasBuilderHelperinputPath - The inputPath (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.