com.esri.arcgis.geodatabase
Class IHistoricalTrafficDataProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IHistoricalTrafficDataProxy
All Implemented Interfaces:
IHistoricalTrafficData, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IHistoricalTrafficData2Proxy

Deprecated. Internal use only. Proxy for COM Interface 'IHistoricalTrafficData'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to members in historical traffic data.' 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 =

public class IHistoricalTrafficDataProxy
extends com.esri.arcgis.interop.Dispatch
implements IHistoricalTrafficData, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.geodatabase.IHistoricalTrafficData
IID, IID074c64b3_0d8b_471d_a16e_606c70ddc84a
 
Constructor Summary
  IHistoricalTrafficDataProxy()
          Deprecated. For internal use only
  IHistoricalTrafficDataProxy(java.lang.Object obj)
          Deprecated.  
protected IHistoricalTrafficDataProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IHistoricalTrafficDataProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IHistoricalTrafficDataProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 java.lang.String getFirstTimeSliceFieldName()
          Deprecated. The field name of the first time slice of the given period in the profile table.
 java.util.Date getFirstTimeSliceStartTime()
          Deprecated. The start time of valid period of a day for traffic data.
 java.lang.String getJoinTableBaseTravelTimeFieldName()
          Deprecated. The field name for base travel time in the join table.
 int getJoinTableBaseTravelTimeUnits()
          Deprecated. Base travel time units.
 java.lang.String getJoinTableName()
          Deprecated. The name of the join table between edges and profiles.
 IStringArray getJoinTableProfileIDFieldNames()
          Deprecated. The field names of the historic join table pointing to speed profiles.
 java.lang.String getLastTimeSliceFieldName()
          Deprecated. The field name of the last time slice of the given period in the profile table.
 java.lang.String getProfilesTableName()
          Deprecated. The name of the table containing profiles.
 int getTimeSliceDurationInMinutes()
          Deprecated. The duration of time slice in minutes.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setFirstTimeSliceFieldName(java.lang.String firstTimeSliceFieldName)
          Deprecated. The field name of the first time slice of the given period in the profile table.
 void setFirstTimeSliceStartTime(java.util.Date firstTimeSliceStartTime)
          Deprecated. The start time of valid period of a day for traffic data.
 void setJoinTableBaseTravelTimeFieldName(java.lang.String fieldName)
          Deprecated. The field name for base travel time in the join table.
 void setJoinTableBaseTravelTimeUnits(int units)
          Deprecated. Base travel time units.
 void setJoinTableName(java.lang.String joinTableName)
          Deprecated. The name of the join table between edges and profiles.
 void setJoinTableProfileIDFieldNamesByRef(IStringArray profileIDFields)
          Deprecated. The field names of the historic join table pointing to speed profiles.
 void setLastTimeSliceFieldName(java.lang.String lastTimeSliceFieldName)
          Deprecated. The field name of the last time slice of the given period in the profile table.
 void setProfilesTableName(java.lang.String profilesTableName)
          Deprecated. The name of the table containing profiles.
 void setTimeSliceDurationInMinutes(int timeSliceDurationInMinutes)
          Deprecated. The duration of time slice in minutes.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IHistoricalTrafficDataProxy

public IHistoricalTrafficDataProxy(java.lang.String CLSID,
                                   java.lang.String host,
                                   com.esri.arcgis.interop.AuthInfo authInfo)
                            throws java.net.UnknownHostException,
                                   java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IHistoricalTrafficDataProxy

public IHistoricalTrafficDataProxy()
Deprecated. 
For internal use only


IHistoricalTrafficDataProxy

public IHistoricalTrafficDataProxy(java.lang.Object obj)
                            throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IHistoricalTrafficDataProxy

protected IHistoricalTrafficDataProxy(java.lang.Object obj,
                                      java.lang.String iid)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IHistoricalTrafficDataProxy

protected IHistoricalTrafficDataProxy(java.lang.String CLSID,
                                      java.lang.String iid,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getProfilesTableName

public java.lang.String getProfilesTableName()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The name of the table containing profiles.

Specified by:
getProfilesTableName in interface IHistoricalTrafficData
Returns:
The profilesTableName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProfilesTableName

public void setProfilesTableName(java.lang.String profilesTableName)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The name of the table containing profiles.

Specified by:
setProfilesTableName in interface IHistoricalTrafficData
Parameters:
profilesTableName - The profilesTableName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTimeSliceDurationInMinutes

public int getTimeSliceDurationInMinutes()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The duration of time slice in minutes.

Specified by:
getTimeSliceDurationInMinutes in interface IHistoricalTrafficData
Returns:
The timeSliceDurationInMinutes
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTimeSliceDurationInMinutes

public void setTimeSliceDurationInMinutes(int timeSliceDurationInMinutes)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The duration of time slice in minutes.

Specified by:
setTimeSliceDurationInMinutes in interface IHistoricalTrafficData
Parameters:
timeSliceDurationInMinutes - The timeSliceDurationInMinutes (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFirstTimeSliceStartTime

public java.util.Date getFirstTimeSliceStartTime()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
The start time of valid period of a day for traffic data.

Specified by:
getFirstTimeSliceStartTime in interface IHistoricalTrafficData
Returns:
The firstTimeSliceStartTime
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFirstTimeSliceStartTime

public void setFirstTimeSliceStartTime(java.util.Date firstTimeSliceStartTime)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The start time of valid period of a day for traffic data.

Specified by:
setFirstTimeSliceStartTime in interface IHistoricalTrafficData
Parameters:
firstTimeSliceStartTime - The firstTimeSliceStartTime (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFirstTimeSliceFieldName

public java.lang.String getFirstTimeSliceFieldName()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The field name of the first time slice of the given period in the profile table.

Specified by:
getFirstTimeSliceFieldName in interface IHistoricalTrafficData
Returns:
The firstTimeSliceFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFirstTimeSliceFieldName

public void setFirstTimeSliceFieldName(java.lang.String firstTimeSliceFieldName)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
The field name of the first time slice of the given period in the profile table.

Specified by:
setFirstTimeSliceFieldName in interface IHistoricalTrafficData
Parameters:
firstTimeSliceFieldName - The firstTimeSliceFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastTimeSliceFieldName

public java.lang.String getLastTimeSliceFieldName()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
The field name of the last time slice of the given period in the profile table.

Specified by:
getLastTimeSliceFieldName in interface IHistoricalTrafficData
Returns:
The lastTimeSliceFieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLastTimeSliceFieldName

public void setLastTimeSliceFieldName(java.lang.String lastTimeSliceFieldName)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The field name of the last time slice of the given period in the profile table.

Specified by:
setLastTimeSliceFieldName in interface IHistoricalTrafficData
Parameters:
lastTimeSliceFieldName - The lastTimeSliceFieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJoinTableName

public java.lang.String getJoinTableName()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
The name of the join table between edges and profiles.

Specified by:
getJoinTableName in interface IHistoricalTrafficData
Returns:
The joinTableName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJoinTableName

public void setJoinTableName(java.lang.String joinTableName)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The name of the join table between edges and profiles.

Specified by:
setJoinTableName in interface IHistoricalTrafficData
Parameters:
joinTableName - The joinTableName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJoinTableBaseTravelTimeFieldName

public java.lang.String getJoinTableBaseTravelTimeFieldName()
                                                     throws java.io.IOException,
                                                            AutomationException
Deprecated. 
The field name for base travel time in the join table.

Specified by:
getJoinTableBaseTravelTimeFieldName in interface IHistoricalTrafficData
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJoinTableBaseTravelTimeFieldName

public void setJoinTableBaseTravelTimeFieldName(java.lang.String fieldName)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
The field name for base travel time in the join table.

Specified by:
setJoinTableBaseTravelTimeFieldName in interface IHistoricalTrafficData
Parameters:
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJoinTableBaseTravelTimeUnits

public int getJoinTableBaseTravelTimeUnits()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
Base travel time units.

Specified by:
getJoinTableBaseTravelTimeUnits in interface IHistoricalTrafficData
Returns:
A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJoinTableBaseTravelTimeUnits

public void setJoinTableBaseTravelTimeUnits(int units)
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Base travel time units.

Specified by:
setJoinTableBaseTravelTimeUnits in interface IHistoricalTrafficData
Parameters:
units - A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getJoinTableProfileIDFieldNames

public IStringArray getJoinTableProfileIDFieldNames()
                                             throws java.io.IOException,
                                                    AutomationException
Deprecated. 
The field names of the historic join table pointing to speed profiles.

Specified by:
getJoinTableProfileIDFieldNames in interface IHistoricalTrafficData
Returns:
A reference to a com.esri.arcgis.system.IStringArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setJoinTableProfileIDFieldNamesByRef

public void setJoinTableProfileIDFieldNamesByRef(IStringArray profileIDFields)
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
The field names of the historic join table pointing to speed profiles.

Specified by:
setJoinTableProfileIDFieldNamesByRef in interface IHistoricalTrafficData
Parameters:
profileIDFields - A reference to a com.esri.arcgis.system.IStringArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.