com.esri.arcgis.geodatabase
Interface esriSetOperation

All Superinterfaces:
java.io.Serializable

public interface esriSetOperation
extends java.io.Serializable

Constants from esriSetOperation' enum. Generated 3/19/2015 1:20:39 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


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

esriSetUnion

static final int esriSetUnion
The Union of the two sets.

See Also:
Constant Field Values

esriSetIntersection

static final int esriSetIntersection
The Intersection of the two sets.

See Also:
Constant Field Values

esriSetDifference

static final int esriSetDifference
The Difference between the first and the second sets.

See Also:
Constant Field Values

esriSetSymDifference

static final int esriSetSymDifference
The Symmetric Difference between the two sets.

See Also:
Constant Field Values