public interface IFIDSetOperator
extends java.io.Serializable
Description: 'Provides access to members that control the collection of feature ids, and to combine feature id collections.' 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 |
IIDed3c0c61_0c11_49e1_9d71_f3d2caff085f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFIDSet |
difference(IFIDSet otherFIDSet)
Returns the feature IDs that are not in the collection, but are present in the input collection.
|
IFIDSet |
intersect(IFIDSet otherFIDSet)
Combines the feature IDs that are common to both collections into a single collection.
|
IFIDSet |
symmetricDifference(IFIDSet otherFIDSet)
Combines the feature IDs that are in one of the collections, but not both collections, into a single collection.
|
IFIDSet |
union(IFIDSet otherFIDSet)
Combines all the feature IDs that are in one or the other collection into a single collection.
|
static final int IIDed3c0c61_0c11_49e1_9d71_f3d2caff085f
static final int xxDummy
static final java.lang.String IID
IFIDSet union(IFIDSet otherFIDSet) throws java.io.IOException, AutomationException
otherFIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFIDSet intersect(IFIDSet otherFIDSet) throws java.io.IOException, AutomationException
otherFIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFIDSet difference(IFIDSet otherFIDSet) throws java.io.IOException, AutomationException
otherFIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFIDSet symmetricDifference(IFIDSet otherFIDSet) throws java.io.IOException, AutomationException
otherFIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.