|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFIDSetOperator
Provides access to members that control the collection of feature ids, and to combine feature id collections.
Method Summary | |
---|---|
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. |
Method Detail |
---|
IFIDSet union(IFIDSet otherFIDSet) throws IOException, AutomationException
otherFIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFIDSet intersect(IFIDSet otherFIDSet) throws IOException, AutomationException
otherFIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFIDSet difference(IFIDSet otherFIDSet) throws IOException, AutomationException
otherFIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFIDSet symmetricDifference(IFIDSet otherFIDSet) throws IOException, AutomationException
otherFIDSet
- A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |