|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabase.IHistoricalTrafficDataProxy
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
Internal use class
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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IHistoricalTrafficDataProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IHistoricalTrafficDataProxy()
public IHistoricalTrafficDataProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IHistoricalTrafficDataProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IHistoricalTrafficDataProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getProfilesTableName() throws java.io.IOException, AutomationException
getProfilesTableName
in interface IHistoricalTrafficData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProfilesTableName(java.lang.String profilesTableName) throws java.io.IOException, AutomationException
setProfilesTableName
in interface IHistoricalTrafficData
profilesTableName
- The profilesTableName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTimeSliceDurationInMinutes() throws java.io.IOException, AutomationException
getTimeSliceDurationInMinutes
in interface IHistoricalTrafficData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTimeSliceDurationInMinutes(int timeSliceDurationInMinutes) throws java.io.IOException, AutomationException
setTimeSliceDurationInMinutes
in interface IHistoricalTrafficData
timeSliceDurationInMinutes
- The timeSliceDurationInMinutes (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.util.Date getFirstTimeSliceStartTime() throws java.io.IOException, AutomationException
getFirstTimeSliceStartTime
in interface IHistoricalTrafficData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFirstTimeSliceStartTime(java.util.Date firstTimeSliceStartTime) throws java.io.IOException, AutomationException
setFirstTimeSliceStartTime
in interface IHistoricalTrafficData
firstTimeSliceStartTime
- The firstTimeSliceStartTime (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFirstTimeSliceFieldName() throws java.io.IOException, AutomationException
getFirstTimeSliceFieldName
in interface IHistoricalTrafficData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFirstTimeSliceFieldName(java.lang.String firstTimeSliceFieldName) throws java.io.IOException, AutomationException
setFirstTimeSliceFieldName
in interface IHistoricalTrafficData
firstTimeSliceFieldName
- The firstTimeSliceFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLastTimeSliceFieldName() throws java.io.IOException, AutomationException
getLastTimeSliceFieldName
in interface IHistoricalTrafficData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLastTimeSliceFieldName(java.lang.String lastTimeSliceFieldName) throws java.io.IOException, AutomationException
setLastTimeSliceFieldName
in interface IHistoricalTrafficData
lastTimeSliceFieldName
- The lastTimeSliceFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getJoinTableName() throws java.io.IOException, AutomationException
getJoinTableName
in interface IHistoricalTrafficData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setJoinTableName(java.lang.String joinTableName) throws java.io.IOException, AutomationException
setJoinTableName
in interface IHistoricalTrafficData
joinTableName
- The joinTableName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getJoinTableBaseTravelTimeFieldName() throws java.io.IOException, AutomationException
getJoinTableBaseTravelTimeFieldName
in interface IHistoricalTrafficData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setJoinTableBaseTravelTimeFieldName(java.lang.String fieldName) throws java.io.IOException, AutomationException
setJoinTableBaseTravelTimeFieldName
in interface IHistoricalTrafficData
fieldName
- The fieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getJoinTableBaseTravelTimeUnits() throws java.io.IOException, AutomationException
getJoinTableBaseTravelTimeUnits
in interface IHistoricalTrafficData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setJoinTableBaseTravelTimeUnits(int units) throws java.io.IOException, AutomationException
setJoinTableBaseTravelTimeUnits
in interface IHistoricalTrafficData
units
- A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getJoinTableProfileIDFieldNames() throws java.io.IOException, AutomationException
getJoinTableProfileIDFieldNames
in interface IHistoricalTrafficData
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setJoinTableProfileIDFieldNamesByRef(IStringArray profileIDFields) throws java.io.IOException, AutomationException
setJoinTableProfileIDFieldNamesByRef
in interface IHistoricalTrafficData
profileIDFields
- A reference to a com.esri.arcgis.system.IStringArray (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 |