Description: 'Provides access to methods usable in all supported languages.' 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 IGeoDatabaseBridge3Proxy extends IGeoDatabaseBridge2Proxy implements IGeoDatabaseBridge3, 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, IID0c4b0c90_791c_40c0_8e79_5efc556b8ee2IID84a92bc8_ee99_4d54_8547_8f6f7181f777IID9999e240_ecd1_4979_83e6_b557748c18b7| Modifier | Constructor and Description |
|---|---|
|
IGeoDatabaseBridge3Proxy()
Deprecated.
For internal use only
|
|
IGeoDatabaseBridge3Proxy(java.lang.Object obj)
Deprecated.
|
protected |
IGeoDatabaseBridge3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IGeoDatabaseBridge3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IGeoDatabaseBridge3Proxy(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 |
addList64(ISelectionSet selectionSet,
long[] oIDList)
Deprecated.
Adds a list of object id's to the selection set.
|
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.
|
IFeatureCursor |
getFeatures64(IFeatureClass pFeatureClass,
long[] fids,
boolean recycling)
Deprecated.
Get a cursor of Rows given a set of object ids.
|
void |
removeList64(ISelectionSet selectionSet,
long[] oIDList)
Deprecated.
Removes a list of object id's from the selection set.
|
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.
|
addList, getLineOfSight, queryElevationBand, queryPixelBlock, removeListgetFeaturesbindUsingMoniker, 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, writeExternalclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddList, getLineOfSight, queryElevationBand, queryPixelBlock, removeListgetFeaturespublic static final java.lang.Class targetClass
public boolean noncastable
public IGeoDatabaseBridge3Proxy(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 IGeoDatabaseBridge3Proxy()
public IGeoDatabaseBridge3Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IGeoDatabaseBridge3Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IGeoDatabaseBridge3Proxy(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 IGeoDatabaseBridge2ProxyiidStr - 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 IGeoDatabaseBridge2ProxyiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic IFeatureCursor getFeatures64(IFeatureClass pFeatureClass, long[] fids, boolean recycling) throws java.io.IOException, AutomationException
getFeatures64 in interface IGeoDatabaseBridge3pFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)fids - Signed 64-bit int (in)recycling - The recycling (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addList64(ISelectionSet selectionSet, long[] oIDList) throws java.io.IOException, AutomationException
addList64 in interface IGeoDatabaseBridge3selectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)oIDList - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeList64(ISelectionSet selectionSet, long[] oIDList) throws java.io.IOException, AutomationException
removeList64 in interface IGeoDatabaseBridge3selectionSet - A reference to a com.esri.arcgis.geodatabase.ISelectionSet (in)oIDList - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.