public class ITrafficDataManagerProxy extends com.esri.arcgis.interop.Dispatch implements ITrafficDataManager, java.io.Serializable
Description: 'Provides editing capabilities for creating or deleting dynamic traffic files.' 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 =
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IIDdd1ae245_b211_4502_89d4_b880bb10701d| Modifier | Constructor and Description |
|---|---|
|
ITrafficDataManagerProxy()
For internal use only
|
|
ITrafficDataManagerProxy(java.lang.Object obj) |
protected |
ITrafficDataManagerProxy(java.lang.Object obj,
java.lang.String iid) |
|
ITrafficDataManagerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ITrafficDataManagerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
int |
convertTMCToKey(java.lang.String tmcCode)
Converts a TMC string to a unique integer key value.
|
void |
deleteData(java.lang.String feedFolderPath,
java.util.Date utcCutoffDate)
Deletes all dynamic traffic files in the specified folder which are older than the specified cutoff date.
|
void |
insert(int key,
IDoubleArray pTimeSliceSpeeds)
Inserts the speed values per time slice for the specified TMC key.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
startEditing(java.util.Date feedUTCStartTime,
int estimatedKeyCount,
int timeSliceCount,
java.util.Date firstTimeSliceUTCStartTime,
int timeSliceDurationInMinutes,
int speedUnits,
int updateIntervalInMinutes,
int feedVersionNumber)
Starts a new edit session for tracking edits to a new dynamic traffic file.
|
void |
stopEditing(java.lang.String feedFolderPath,
boolean createCompressedFile)
Stops the current edit session and writes all current edits to a new dynamic traffic file in the specified folder.
|
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, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ITrafficDataManagerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ITrafficDataManagerProxy()
public ITrafficDataManagerProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ITrafficDataManagerProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ITrafficDataManagerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void startEditing(java.util.Date feedUTCStartTime,
int estimatedKeyCount,
int timeSliceCount,
java.util.Date firstTimeSliceUTCStartTime,
int timeSliceDurationInMinutes,
int speedUnits,
int updateIntervalInMinutes,
int feedVersionNumber)
throws java.io.IOException,
AutomationException
startEditing in interface ITrafficDataManagerfeedUTCStartTime - The feedUTCStartTime (in)estimatedKeyCount - The estimatedKeyCount (in)timeSliceCount - The timeSliceCount (in)firstTimeSliceUTCStartTime - The firstTimeSliceUTCStartTime (in)timeSliceDurationInMinutes - The timeSliceDurationInMinutes (in)speedUnits - A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)updateIntervalInMinutes - The updateIntervalInMinutes (in)feedVersionNumber - The feedVersionNumber (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void insert(int key,
IDoubleArray pTimeSliceSpeeds)
throws java.io.IOException,
AutomationException
insert in interface ITrafficDataManagerkey - The key (in)pTimeSliceSpeeds - A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void stopEditing(java.lang.String feedFolderPath,
boolean createCompressedFile)
throws java.io.IOException,
AutomationException
stopEditing in interface ITrafficDataManagerfeedFolderPath - The feedFolderPath (in)createCompressedFile - The createCompressedFile (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void deleteData(java.lang.String feedFolderPath,
java.util.Date utcCutoffDate)
throws java.io.IOException,
AutomationException
deleteData in interface ITrafficDataManagerfeedFolderPath - The feedFolderPath (in)utcCutoffDate - The utcCutoffDate (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int convertTMCToKey(java.lang.String tmcCode)
throws java.io.IOException,
AutomationException
convertTMCToKey in interface ITrafficDataManagertmcCode - The tmcCode (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.