public interface ITrafficData
extends java.io.Serializable
Description: 'Provides access to members in 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDeb382bcd_c05e_45e7_a625_3c0b55525775 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLengthAttributeName()
The field name for the length attribute.
|
double |
getTimeInterval()
The time interval of the traffic data.
|
int |
getTimeIntervalUnits()
The units of the time interval of the traffic data.
|
void |
setLengthAttributeName(java.lang.String lengthAttributeName)
The field name for the length attribute.
|
static final int IIDeb382bcd_c05e_45e7_a625_3c0b55525775
static final int xxDummy
static final java.lang.String IID
double getTimeInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getTimeIntervalUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLengthAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLengthAttributeName(java.lang.String lengthAttributeName) throws java.io.IOException, AutomationException
lengthAttributeName
- The lengthAttributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.