|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriSetOperation
Set Operations.
Selection set operators which control the results of the ISelectionSet::Combine operator.
esriSetUnion
All rows present in the first selection set and all rows in the second are copied to the output selection set. This is a Boolean OR operation
esriSetIntersection
All row IDs present in both input selection sets are copied to the output set. Those row IDs present in only one set are discarded. This is a Boolean AND operation.
esriSetDifference
All rows present in the first selection set but not in the second are copied to the output selection set. This is a Boolean INHIBITION operation.
esriSetSymDifference
All rows present in either of the input selection sets, but not present in both, are copied to the output set. This is a Boolean XOR operation.
Field Summary | |
---|---|
static int |
esriSetDifference
The Difference between the first and the second sets. |
static int |
esriSetIntersection
The Intersection of the two sets. |
static int |
esriSetSymDifference
The Symmetric Difference between the two sets. |
static int |
esriSetUnion
The Union of the two sets. |
Field Detail |
---|
static final int esriSetUnion
static final int esriSetIntersection
static final int esriSetDifference
static final int esriSetSymDifference
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |