public interface esriSetOperation
extends java.io.Serializable
Description: 'Set Operations.' 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 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.
|
static final int esriSetUnion
static final int esriSetIntersection
static final int esriSetDifference
static final int esriSetSymDifference