com.esri.arcgis.trackinganalyst
Interface ITemporalFeatureClass3

All Superinterfaces:
ITemporalFeatureClass, java.io.Serializable
All Known Implementing Classes:
ITemporalFeatureClass3Proxy, TemporalFeatureClass

public interface ITemporalFeatureClass3
extends ITemporalFeatureClass, java.io.Serializable

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

Description: 'Provides access to properties that allow the temporal column to be identified within a feature class and to set the TemporalObjectColumn name. Includes ITemporalFeatureClass and ITemporalFeatureClass2 content.' 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 IID01121758_4e1a_430e_b6fa_e9f4e0ce11d4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.ITemporalFeatureClass
IIDa677ab61_2fb8_11d5_b7e2_00010265adc5
 
Method Summary
 java.lang.String getConnectionName()
          Return Connection Name.
 java.lang.String getServerName()
          Return Server Name.
 void setTemporalObjectColumnName(java.lang.String rhs1)
          Name of the column containing the track information.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemporalFeatureClass
getPostActionProcessor, getPostActions, getPurgePercentage, getPurgeRule, getTemporalColumnName, getTemporalObjectColumnName, getThreshold, isAutoPurge, isContainsTemporalObjects, pruneTable, queryTemporalExtent, registerListener, setAutoPurge, setPostActionProcessorByRef, setPostActionsByRef, setPurgePercentage, setPurgeRule, setTemporalColumnName, setThreshold
 

Field Detail

IID01121758_4e1a_430e_b6fa_e9f4e0ce11d4

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

getServerName

java.lang.String getServerName()
                               throws java.io.IOException,
                                      AutomationException
Return Server Name.

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

getConnectionName

java.lang.String getConnectionName()
                                   throws java.io.IOException,
                                          AutomationException
Return Connection Name.

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

setTemporalObjectColumnName

void setTemporalObjectColumnName(java.lang.String rhs1)
                                 throws java.io.IOException,
                                        AutomationException
Name of the column containing the track information.

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