com.esri.arcgis.trackinganalyst
Interface IEnumTxObject

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumTxObjectProxy, TxEnumObjects

public interface IEnumTxObject
extends java.io.Serializable

COM Interface 'IEnumTxObject'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to properties and methods needed to iterate through a enumeration or list of Catalog objects.' 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 IID71113a83_88ed_11d7_b87c_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ITxCatalogObject next()
          The next object in the list.
 void reset()
          Starts the enumeration at the beginning.
 

Field Detail

IID71113a83_88ed_11d7_b87c_00010265adc5

static final int IID71113a83_88ed_11d7_b87c_00010265adc5
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

next

ITxCatalogObject next()
                      throws java.io.IOException,
                             AutomationException
The next object in the list.

Returns:
A reference to a com.esri.arcgis.trackinganalyst.ITxCatalogObject
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
Starts the enumeration at the beginning.

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