com.esri.arcgis.geodatabase
Interface ISelectionSet2

All Superinterfaces:
ISelectionSet, java.io.Serializable
All Known Implementing Classes:
ISelectionSet2Proxy, RelQueryTableSelectionSet, SelectionSet, TMSSelectSet

public interface ISelectionSet2
extends ISelectionSet, java.io.Serializable

COM Interface 'ISelectionSet2'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members that manage a set of selected table rows or features.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID098af83f_8390_11d4_9fd1_00c04f6bdf0c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.ISelectionSet
IIDf7ad47d1_d55e_11d1_8882_0000f877762d
 
Method Summary
 void update(IQueryFilter queryFilter, boolean recycling, ICursor[] cursor)
          Returns a cursor that can be used to update the objects specified by a query over this selection set.
 
Methods inherited from interface com.esri.arcgis.geodatabase.ISelectionSet
add, addList, combine, getCount, getFullName, getIDs, getTarget, makePermanent, refresh, removeList, search, select
 

Field Detail

IID098af83f_8390_11d4_9fd1_00c04f6bdf0c

static final int IID098af83f_8390_11d4_9fd1_00c04f6bdf0c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

update

void update(IQueryFilter queryFilter,
            boolean recycling,
            ICursor[] cursor)
            throws java.io.IOException,
                   AutomationException
Returns a cursor that can be used to update the objects specified by a query over this selection set.

Parameters:
queryFilter - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
recycling - The recycling (in)
cursor - A reference to a com.esri.arcgis.geodatabase.ICursor (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.