public interface ITransformGroup
extends java.io.Serializable
Description: 'Provides access to members that manage a transform group.' 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 |
IID77118148_e91d_11d2_9f55_00c04f6bdd84 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
add(int classID,
long oID,
IFeature feature)
Add feature to group.
|
void |
delete(int classID,
long oID)
Delete feature from group.
|
void |
deleteAllInClass(int classID)
Delete all features with ClassID.
|
void |
next(int[] classID,
long[] oID,
int[] count)
The next type of feature and how many times it was found.
|
void |
nextSet(int[] classID,
ISet[] featureSet)
The next set of features.
|
void |
reset()
Resets the enumeration sequence to the beginning.
|
static final int IID77118148_e91d_11d2_9f55_00c04f6bdd84
static final int xxDummy
static final java.lang.String IID
void add(int classID, long oID, IFeature feature) throws java.io.IOException, AutomationException
classID
- The classID (in)oID
- Signed 64-bit int (in)feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void delete(int classID, long oID) throws java.io.IOException, AutomationException
classID
- The classID (in)oID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAllInClass(int classID) throws java.io.IOException, AutomationException
classID
- The classID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void next(int[] classID, long[] oID, int[] count) throws java.io.IOException, AutomationException
classID
- The classID (out: use single element array)oID
- Signed 64-bit int (out: use single element array)count
- The count (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void nextSet(int[] classID, ISet[] featureSet) throws java.io.IOException, AutomationException
classID
- The classID (out: use single element array)featureSet
- A reference to a com.esri.arcgis.system.ISet (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.