|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.TrafficData
public class TrafficData
A container for members in traffic data.
Java class for TrafficData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProfilesTableName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TimeSliceDurationInMinutes" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="FirstTimeSliceStartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="FirstTimeSliceFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LastTimeSliceFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="JoinTableName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="JoinTableBaseTravelTimeFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="JoinTableBaseTravelTimeUnits" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkAttributeUnits2"/>
<element name="JoinTableProfileIDFieldNames" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString"/>
<element name="JoinTableBaseSpeedFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="JoinTableBaseSpeedUnits" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkAttributeUnits2"/>
<element name="DynamicTrafficTableName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DynamicTrafficTMCFieldName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TrafficFeedLocation" type="{http://www.esri.com/schemas/ArcGIS/10.3}TrafficFeedLocation"/>
</sequence>
</restriction>
</complexContent>
</complexType>
A container for members in traffic data.
| Constructor Summary | |
|---|---|
TrafficData()
TrafficData default constructor. |
|
TrafficData(java.lang.String profilesTableName,
int timeSliceDurationInMinutes,
javax.xml.datatype.XMLGregorianCalendar firstTimeSliceStartTime,
java.lang.String firstTimeSliceFieldName,
java.lang.String lastTimeSliceFieldName,
java.lang.String joinTableName,
java.lang.String joinTableBaseTravelTimeFieldName,
EsriNetworkAttributeUnits2 joinTableBaseTravelTimeUnits,
java.lang.String[] joinTableProfileIDFieldNames,
java.lang.String joinTableBaseSpeedFieldName,
EsriNetworkAttributeUnits2 joinTableBaseSpeedUnits,
java.lang.String dynamicTrafficTableName,
java.lang.String dynamicTrafficTMCFieldName,
TrafficFeedLocation trafficFeedLocation)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDynamicTrafficTableName()
The name of the dynamic traffic table. |
java.lang.String |
getDynamicTrafficTMCFieldName()
The field name for the dynamic traffic TMCs in the dynamic traffic. |
java.lang.String |
getFirstTimeSliceFieldName()
The field name of the first time slice of the given period in the profile table. |
javax.xml.datatype.XMLGregorianCalendar |
getFirstTimeSliceStartTime()
The start time of valid period of a day for traffic data. |
java.lang.String |
getJoinTableBaseSpeedFieldName()
The field name for base speed in the join table. |
EsriNetworkAttributeUnits2 |
getJoinTableBaseSpeedUnits()
Base speed units. |
java.lang.String |
getJoinTableBaseTravelTimeFieldName()
The field name for base travel time in the join table. |
EsriNetworkAttributeUnits2 |
getJoinTableBaseTravelTimeUnits()
Base travel time units. |
java.lang.String |
getJoinTableName()
The name of the join table between edges and profiles. |
java.lang.String[] |
getJoinTableProfileIDFieldNames()
The field names of the historic join table pointing to speed profiles. |
java.lang.String |
getLastTimeSliceFieldName()
The field name of the last time slice of the given period in the profile table. |
java.lang.String |
getProfilesTableName()
The name of the table containing profiles. |
int |
getTimeSliceDurationInMinutes()
The duration of time slice in minutes. |
TrafficFeedLocation |
getTrafficFeedLocation()
The traffic feed. |
void |
setDynamicTrafficTableName(java.lang.String value)
The name of the dynamic traffic table. |
void |
setDynamicTrafficTMCFieldName(java.lang.String value)
The field name for the dynamic traffic TMCs in the dynamic traffic. |
void |
setFirstTimeSliceFieldName(java.lang.String value)
The field name of the first time slice of the given period in the profile table. |
void |
setFirstTimeSliceStartTime(javax.xml.datatype.XMLGregorianCalendar value)
The start time of valid period of a day for traffic data. |
void |
setJoinTableBaseSpeedFieldName(java.lang.String value)
The field name for base speed in the join table. |
void |
setJoinTableBaseSpeedUnits(EsriNetworkAttributeUnits2 value)
Base speed units. |
void |
setJoinTableBaseTravelTimeFieldName(java.lang.String value)
The field name for base travel time in the join table. |
void |
setJoinTableBaseTravelTimeUnits(EsriNetworkAttributeUnits2 value)
Base travel time units. |
void |
setJoinTableName(java.lang.String value)
The name of the join table between edges and profiles. |
void |
setJoinTableProfileIDFieldNames(java.lang.String[] value)
The field names of the historic join table pointing to speed profiles. |
void |
setLastTimeSliceFieldName(java.lang.String value)
The field name of the last time slice of the given period in the profile table. |
void |
setProfilesTableName(java.lang.String value)
The name of the table containing profiles. |
void |
setTimeSliceDurationInMinutes(int value)
The duration of time slice in minutes. |
void |
setTrafficFeedLocation(TrafficFeedLocation value)
The traffic feed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public TrafficData(java.lang.String profilesTableName,
int timeSliceDurationInMinutes,
javax.xml.datatype.XMLGregorianCalendar firstTimeSliceStartTime,
java.lang.String firstTimeSliceFieldName,
java.lang.String lastTimeSliceFieldName,
java.lang.String joinTableName,
java.lang.String joinTableBaseTravelTimeFieldName,
EsriNetworkAttributeUnits2 joinTableBaseTravelTimeUnits,
java.lang.String[] joinTableProfileIDFieldNames,
java.lang.String joinTableBaseSpeedFieldName,
EsriNetworkAttributeUnits2 joinTableBaseSpeedUnits,
java.lang.String dynamicTrafficTableName,
java.lang.String dynamicTrafficTMCFieldName,
TrafficFeedLocation trafficFeedLocation)
public TrafficData()
| Method Detail |
|---|
public java.lang.String getProfilesTableName()
Stringpublic void setProfilesTableName(java.lang.String value)
value - allowed object is
Stringpublic int getTimeSliceDurationInMinutes()
public void setTimeSliceDurationInMinutes(int value)
public javax.xml.datatype.XMLGregorianCalendar getFirstTimeSliceStartTime()
XMLGregorianCalendar public void setFirstTimeSliceStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar public java.lang.String getFirstTimeSliceFieldName()
Stringpublic void setFirstTimeSliceFieldName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastTimeSliceFieldName()
Stringpublic void setLastTimeSliceFieldName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJoinTableName()
Stringpublic void setJoinTableName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJoinTableBaseTravelTimeFieldName()
Stringpublic void setJoinTableBaseTravelTimeFieldName(java.lang.String value)
value - allowed object is
Stringpublic EsriNetworkAttributeUnits2 getJoinTableBaseTravelTimeUnits()
EsriNetworkAttributeUnits2public void setJoinTableBaseTravelTimeUnits(EsriNetworkAttributeUnits2 value)
value - allowed object is
EsriNetworkAttributeUnits2public java.lang.String[] getJoinTableProfileIDFieldNames()
[] public void setJoinTableProfileIDFieldNames(java.lang.String[] value)
value - allowed object is
[] public java.lang.String getJoinTableBaseSpeedFieldName()
Stringpublic void setJoinTableBaseSpeedFieldName(java.lang.String value)
value - allowed object is
Stringpublic EsriNetworkAttributeUnits2 getJoinTableBaseSpeedUnits()
EsriNetworkAttributeUnits2public void setJoinTableBaseSpeedUnits(EsriNetworkAttributeUnits2 value)
value - allowed object is
EsriNetworkAttributeUnits2public java.lang.String getDynamicTrafficTableName()
Stringpublic void setDynamicTrafficTableName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDynamicTrafficTMCFieldName()
Stringpublic void setDynamicTrafficTMCFieldName(java.lang.String value)
value - allowed object is
Stringpublic TrafficFeedLocation getTrafficFeedLocation()
TrafficFeedLocationpublic void setTrafficFeedLocation(TrafficFeedLocation value)
value - allowed object is
TrafficFeedLocation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||