Description: 'Provides access to members that manage a set of selected table rows or features using globalid.' 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 ISelectionSet3Proxy extends ISelectionSet2Proxy implements ISelectionSet3, 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, IID97a3eebc_ee8a_4274_aef1_8a40feb8b686IID098af83f_8390_11d4_9fd1_00c04f6bdf0cIIDf7ad47d1_d55e_11d1_8882_0000f877762d| Modifier | Constructor and Description |
|---|---|
|
ISelectionSet3Proxy()
Deprecated.
For internal use only
|
|
ISelectionSet3Proxy(java.lang.Object obj)
Deprecated.
|
protected |
ISelectionSet3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISelectionSet3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISelectionSet3Proxy(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 |
addGlobalID(java.lang.String globalID)
Deprecated.
Adds a globalid to the selection set.
|
void |
addGlobalIDList(int count,
java.lang.String[] globalIDList)
Deprecated.
Adds a list of globalids 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.
|
java.lang.String[] |
getGlobalIDs()
Deprecated.
Returns the globalids in the selection set.
|
void |
removeGlobalIDList(int count,
java.lang.String[] globalIDList)
Deprecated.
Removes a list of globalids 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.
|
updateadd, addList, combine, getCount, getFullName, getIDs, getTarget, makePermanent, refresh, removeList, search, selectbindUsingMoniker, 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, waitupdateadd, addList, combine, getCount, getFullName, getIDs, getTarget, makePermanent, refresh, removeList, search, selectpublic static final java.lang.Class targetClass
public boolean noncastable
public ISelectionSet3Proxy(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 ISelectionSet3Proxy()
public ISelectionSet3Proxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ISelectionSet3Proxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ISelectionSet3Proxy(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 ISelectionSet2ProxyiidStr - 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 ISelectionSet2ProxyiidStr - 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 addGlobalID(java.lang.String globalID)
throws java.io.IOException,
AutomationException
addGlobalID in interface ISelectionSet3globalID - The globalID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void addGlobalIDList(int count,
java.lang.String[] globalIDList)
throws java.io.IOException,
AutomationException
addGlobalIDList in interface ISelectionSet3count - The count (in)globalIDList - The globalIDList (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String[] getGlobalIDs()
throws java.io.IOException,
AutomationException
getGlobalIDs in interface ISelectionSet3java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void removeGlobalIDList(int count,
java.lang.String[] globalIDList)
throws java.io.IOException,
AutomationException
removeGlobalIDList in interface ISelectionSet3count - The count (in)globalIDList - The globalIDList (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.