com.esri.arcgis.geodatabaseextensions
Interface ITemporalObjectTable

All Superinterfaces:
ITemporalTable, java.io.Serializable
All Known Implementing Classes:
ITemporalObjectTableProxy, TemporalObjectTable

public interface ITemporalObjectTable
extends ITemporalTable, java.io.Serializable

COM Interface 'ITemporalObjectTable'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.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 IIDa677ab60_2fb8_11d5_b7e2_00010265adc5
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalTable
IID18fb46e0_461a_11d5_b7e5_00010265adc5
 
Method Summary
 java.lang.String getTrackingColumnName()
          The column name used to 'join' the temporal observations with static features.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalTable
addField, createRow, createRowBuffer, deleteField, findField, getFields, getGeometryColumnName, getRow, insert, isHasGeometry, rowCount, search, select, setGeometryColumnName, update
 

Field Detail

IIDa677ab60_2fb8_11d5_b7e2_00010265adc5

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

getTrackingColumnName

java.lang.String getTrackingColumnName()
                                       throws java.io.IOException,
                                              AutomationException
The column name used to 'join' the temporal observations with static features. Note, the column can only contain strings or numbers.

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