public interface IGlobalIDSet
extends java.io.Serializable
Description: 'Provides access to members that manage a global ID set.' 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 |
IID1d311178_4dff_4345_89da_db6d6d6a192f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String globalID)
Add a global ID to the global ID set.
|
void |
addFeatures(IFeatureClass featureClass,
long[] oids)
Add global IDs corresponding to an array of oids to a feature class.
|
void |
addObjects(ITable table,
long[] oids)
Add global IDs corresponding to an array of oids to a table.
|
static final int IID1d311178_4dff_4345_89da_db6d6d6a192f
static final int xxDummy
static final java.lang.String IID
void add(java.lang.String globalID) throws java.io.IOException, AutomationException
globalID
- The globalID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addObjects(ITable table, long[] oids) throws java.io.IOException, AutomationException
table
- A reference to a com.esri.arcgis.geodatabase.ITable (in)oids
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addFeatures(IFeatureClass featureClass, long[] oids) throws java.io.IOException, AutomationException
featureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)oids
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.