|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.trackinganalyst.TemporalCursor
public class TemporalCursor
COM Class 'TemporalCursor'. Generated 3/19/2015 1:20:45 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description 'Controls settings for 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 |
|---|
| Fields inherited from interface com.esri.arcgis.geodatabase.ICursor |
|---|
IID, IIDd4803ee7_79f4_11d0_97fc_0080c7f79481, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalCursor |
|---|
IID, IIDcc018a66_24fb_11d4_b34c_00104ba2abcc, xxDummy |
| Fields inherited from interface com.esri.arcgis.geodatabase.IFeatureCursor |
|---|
IIDd4803ef8_79f4_11d0_97fc_0080c7f79481 |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
TemporalCursor(java.lang.Object obj)
Construct a TemporalCursor using a reference to such an object returned from ArcGIS Engine or Server. |
|
| Method Summary | |
|---|---|
void |
deleteFeature()
Delete the existing Feature in the database corresponding to the current position of the cursor. |
void |
deleteRow()
Delete the existing Row in the database corresponding to the current position of the cursor. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
findField(java.lang.String name)
The index of the field with the specified name. |
void |
flush()
Flush any outstanding buffered writes to the database. |
IFields |
getFields()
The Fields Collection for this cursor. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
hashCode()
the hashcode for this object |
java.lang.Object |
insertFeature(IFeatureBuffer buffer)
Insert a new Feature into the database using the property values in the input buffer. |
java.lang.Object |
insertRow(IRowBuffer buffer)
Insert a new Row into the database using the property values in the input buffer. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
IFeature |
nextFeature()
Advance the position of the cursor by one and return the Feature object at that position. |
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. |
IRow |
nextRow()
Advance the position of the cursor by one and return the Row object at that position. |
void |
release()
Release a TemporalCursor. |
void |
reset()
Resets the cursor position. |
void |
updateFeature(IFeature object)
Update the existing Feature in the database corresponding to the current position of the cursor. |
void |
updateRow(IRow row)
Update the existing Row in the database corresponding to the current position of the cursor. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemporalCursor(java.lang.Object obj)
throws java.io.IOException
obj to TemporalCursor. *
TemporalCursor o = (TemporalCursor)obj; // will not work
TemporalCursor o = new TemporalCursor(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems
TemporalCursor theTemporalCursor = (TemporalCursor) obj;| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public int findField(java.lang.String name)
throws java.io.IOException,
AutomationException
findField in interface ICursorfindField in interface IFeatureCursorname - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getFields()
throws java.io.IOException,
AutomationException
getFields in interface ICursorgetFields in interface IFeatureCursorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IRow nextRow()
throws java.io.IOException,
AutomationException
nextRow in interface ICursorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateRow(IRow row)
throws java.io.IOException,
AutomationException
updateRow in interface ICursorrow - A reference to a com.esri.arcgis.geodatabase.IRow (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteRow()
throws java.io.IOException,
AutomationException
deleteRow in interface ICursorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object insertRow(IRowBuffer buffer)
throws java.io.IOException,
AutomationException
insertRow in interface ICursorbuffer - A reference to a com.esri.arcgis.geodatabase.IRowBuffer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void flush()
throws java.io.IOException,
AutomationException
flush in interface ICursorflush in interface IFeatureCursorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeature nextFeature()
throws java.io.IOException,
AutomationException
nextFeature in interface IFeatureCursorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void updateFeature(IFeature object)
throws java.io.IOException,
AutomationException
updateFeature in interface IFeatureCursorobject - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteFeature()
throws java.io.IOException,
AutomationException
deleteFeature in interface IFeatureCursorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object insertFeature(IFeatureBuffer buffer)
throws java.io.IOException,
AutomationException
insertFeature in interface IFeatureCursorbuffer - A reference to a com.esri.arcgis.geodatabase.IFeatureBuffer (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void nextObject(IFeature[] ppiFeature,
java.lang.Object[] pvarTimeSeries,
long[] phyTimeStamp,
int[] plOID)
throws java.io.IOException,
AutomationException
nextObject in interface ITemporalCursorppiFeature - 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.
public void reset()
throws java.io.IOException,
AutomationException
reset in interface ITemporalCursorjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||