public interface ITemporalCursor extends IFeatureCursor, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDcc018a66_24fb_11d4_b34c_00104ba2abcc |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd4803ef8_79f4_11d0_97fc_0080c7f79481
Modifier and Type | Method and Description |
---|---|
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.
|
deleteFeature, findField, flush, getFields, insertFeature, nextFeature, updateFeature
static final int IIDcc018a66_24fb_11d4_b34c_00104ba2abcc
static final int xxDummy
static final java.lang.String IID
void nextObject(IFeature[] ppiFeature, java.lang.Object[] pvarTimeSeries, long[] phyTimeStamp, int[] plOID) throws java.io.IOException, AutomationException
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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.