com.esri.arcgis.trackinganalyst
Interface IEnumSTATSTG

All Superinterfaces:
Serializable
All Known Implementing Classes:
IEnumSTATSTGProxy

public interface IEnumSTATSTG
extends Serializable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


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
 

Method Detail

remoteNext

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

skip

void skip(int celt)
          throws IOException,
                 AutomationException
skip

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

reset

void reset()
           throws IOException,
                  AutomationException
reset

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

esri_clone

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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