com.esri.arcgis.geodatabaseextensions
Interface ITemporalObservationsTable2

All Superinterfaces:
ITemporalObservationsTable, ITemporalTable, java.io.Serializable
All Known Implementing Classes:
ITemporalObservationsTable2Proxy, TemporalObservationTable

public interface ITemporalObservationsTable2
extends ITemporalObservationsTable, java.io.Serializable

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

Description: 'Provides access to the Track ID.' 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 IIDaec7a38a_f684_40fc_b2f2_96000ebf22d8
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalObservationsTable
IIDa677ab5f_2fb8_11d5_b7e2_00010265adc5
 
Fields inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalTable
IID18fb46e0_461a_11d5_b7e5_00010265adc5
 
Method Summary
 void setTrackingColumnIndex(int rhs1)
          Receives the column index of the Track ID.
 
Methods inherited from interface com.esri.arcgis.geodatabaseextensions.ITemporalObservationsTable
getPurgePercentage, getPurgeRule, getTemporalColumnName, getThreshold, isAutoPurge, isPersistant, pruneTable, queryTemporalExtent, setAutoPurge, setPersistant, setPurgePercentage, setPurgeRule, setTemporalColumnName, setThreshold
 
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

IIDaec7a38a_f684_40fc_b2f2_96000ebf22d8

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

setTrackingColumnIndex

void setTrackingColumnIndex(int rhs1)
                            throws java.io.IOException,
                                   AutomationException
Receives the column index of the Track ID.

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