com.esri.arcgis.trackinganalyst
Interface IEnumSTATSTG

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumSTATSTGProxy

public interface IEnumSTATSTG
extends java.io.Serializable

COM Interface 'IEnumSTATSTG'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

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 IID0000000d_0000_0000_c000_000000000046
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void esri_clone(IEnumSTATSTG[] ppenum)
          esri_clone
 void remoteNext(int celt, tagSTATSTG[] rgelt, int[] pceltFetched)
          remoteNext
 void reset()
          reset
 void skip(int celt)
          skip
 

Field Detail

IID0000000d_0000_0000_c000_000000000046

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

remoteNext

void remoteNext(int celt,
                tagSTATSTG[] rgelt,
                int[] pceltFetched)
                throws java.io.IOException,
                       AutomationException
remoteNext

Parameters:
celt - The celt (in)
rgelt - A Structure: com.esri.arcgis.system.tagSTATSTG (out: use single element array)
pceltFetched - The pceltFetched (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

skip

void skip(int celt)
          throws java.io.IOException,
                 AutomationException
skip

Parameters:
celt - The celt (in)
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
reset

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

esri_clone

void esri_clone(IEnumSTATSTG[] ppenum)
                throws java.io.IOException,
                       AutomationException
esri_clone

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