com.esri.arcgis.geodatabase
Interface ITransformGroup

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITransformGroupProxy, TransformGroup

public interface ITransformGroup
extends java.io.Serializable

COM Interface 'ITransformGroup'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID77118148_e91d_11d2_9f55_00c04f6bdd84
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void add(int classID, int oID, IFeature feature)
          Add feature to group.
 void delete(int classID, int oID)
          Delete feature from group.
 void deleteAllInClass(int classID)
          Delete all features with ClassID.
 void next(int[] classID, int[] 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.
 

Field Detail

IID77118148_e91d_11d2_9f55_00c04f6bdd84

static final int IID77118148_e91d_11d2_9f55_00c04f6bdd84
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

add

void add(int classID,
         int oID,
         IFeature feature)
         throws java.io.IOException,
                AutomationException
Add feature to group.

Parameters:
classID - The classID (in)
oID - The oID (in)
feature - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

delete

void delete(int classID,
            int oID)
            throws java.io.IOException,
                   AutomationException
Delete feature from group.

Parameters:
classID - The classID (in)
oID - The oID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deleteAllInClass

void deleteAllInClass(int classID)
                      throws java.io.IOException,
                             AutomationException
Delete all features with ClassID.

Parameters:
classID - The classID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

next

void next(int[] classID,
          int[] oID,
          int[] count)
          throws java.io.IOException,
                 AutomationException
The next type of feature and how many times it was found.

Parameters:
classID - The classID (out: use single element array)
oID - The oID (out: use single element array)
count - The count (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumeration sequence to the beginning.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

nextSet

void nextSet(int[] classID,
             ISet[] featureSet)
             throws java.io.IOException,
                    AutomationException
The next set of features.

Parameters:
classID - The classID (out: use single element array)
featureSet - A reference to a com.esri.arcgis.system.ISet (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.