com.esri.arcgis.geodatabaseextensions
Interface ITemporalCursor

All Superinterfaces:
IFeatureCursor, java.io.Serializable
All Known Implementing Classes:
ITemporalCursorProxy, TemporalCursor

public interface ITemporalCursor
extends IFeatureCursor, java.io.Serializable

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

Description: 'Provides access to methods needed to control the temporal cursor.' 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 IIDcc018a66_24fb_11d4_b34c_00104ba2abcc
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureCursor
IIDd4803ef8_79f4_11d0_97fc_0080c7f79481
 
Method Summary
 void nextObject(IFeature[] ppiFeature, java.lang.Object[] pvarTimeSeries, long[] phyTimeStamp, int[] plOID)
          Advances the position of the cursor by one and returns the feature object at that position.
 void reset()
          Resets the cursor position.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeatureCursor
deleteFeature, findField, flush, getFields, insertFeature, nextFeature, updateFeature
 

Field Detail

IIDcc018a66_24fb_11d4_b34c_00104ba2abcc

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

nextObject

void nextObject(IFeature[] ppiFeature,
                java.lang.Object[] pvarTimeSeries,
                long[] phyTimeStamp,
                int[] plOID)
                throws java.io.IOException,
                       AutomationException
Advances the position of the cursor by one and returns the feature object at that position.

Parameters:
ppiFeature - A reference to a com.esri.arcgis.geodatabase.IFeature (in/out: use single element array)
pvarTimeSeries - A Variant (in/out: use single element array)
phyTimeStamp - Signed 64-bit int (in/out: use single element array)
plOID - The plOID (in/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 cursor position.

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