|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NetworkGlobalTurnDelayCategory
public class NetworkGlobalTurnDelayCategory
A container for defining global turn delay for a specified angle category and from, to, and cross road category.
Java class for NetworkGlobalTurnDelayCategory complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkGlobalTurnDelayCategory">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AngleCategory" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkTurnAngleCategory"/>
<element name="FromRoadCategory" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkRoadCategory"/>
<element name="ToRoadCategory" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkRoadCategory"/>
<element name="CrossRoadCategory" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNetworkRoadCategory"/>
<element name="Seconds" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
A container for defining global turn delay for a specified angle category and from, to, and cross road category.
| Constructor Summary | |
|---|---|
NetworkGlobalTurnDelayCategory()
NetworkGlobalTurnDelayCategory default constructor. |
|
NetworkGlobalTurnDelayCategory(EsriNetworkTurnAngleCategory angleCategory,
EsriNetworkRoadCategory fromRoadCategory,
EsriNetworkRoadCategory toRoadCategory,
EsriNetworkRoadCategory crossRoadCategory,
double seconds)
Deprecated. |
|
| Method Summary | |
|---|---|
EsriNetworkTurnAngleCategory |
getAngleCategory()
The turn angle category (straight, reverse, right, or left) of turns in this turn delay category. |
EsriNetworkRoadCategory |
getCrossRoadCategory()
The road category of the most major cross road of turns in this turn delay category. |
EsriNetworkRoadCategory |
getFromRoadCategory()
The road category of the from road of turns in this turn delay category. |
double |
getSeconds()
The expected traversal time in seconds of turns associated with this turn delay category (matching angle, from road, to road, and cross road categories). |
EsriNetworkRoadCategory |
getToRoadCategory()
The road category of the to road of turns in this turn delay category. |
void |
setAngleCategory(EsriNetworkTurnAngleCategory value)
The turn angle category (straight, reverse, right, or left) of turns in this turn delay category. |
void |
setCrossRoadCategory(EsriNetworkRoadCategory value)
The road category of the most major cross road of turns in this turn delay category. |
void |
setFromRoadCategory(EsriNetworkRoadCategory value)
The road category of the from road of turns in this turn delay category. |
void |
setSeconds(double value)
The expected traversal time in seconds of turns associated with this turn delay category (matching angle, from road, to road, and cross road categories). |
void |
setToRoadCategory(EsriNetworkRoadCategory value)
The road category of the to road of turns in this turn delay category. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NetworkGlobalTurnDelayCategory(EsriNetworkTurnAngleCategory angleCategory,
EsriNetworkRoadCategory fromRoadCategory,
EsriNetworkRoadCategory toRoadCategory,
EsriNetworkRoadCategory crossRoadCategory,
double seconds)
public NetworkGlobalTurnDelayCategory()
| Method Detail |
|---|
public EsriNetworkTurnAngleCategory getAngleCategory()
EsriNetworkTurnAngleCategorypublic void setAngleCategory(EsriNetworkTurnAngleCategory value)
value - allowed object is
EsriNetworkTurnAngleCategorypublic EsriNetworkRoadCategory getFromRoadCategory()
EsriNetworkRoadCategorypublic void setFromRoadCategory(EsriNetworkRoadCategory value)
value - allowed object is
EsriNetworkRoadCategorypublic EsriNetworkRoadCategory getToRoadCategory()
EsriNetworkRoadCategorypublic void setToRoadCategory(EsriNetworkRoadCategory value)
value - allowed object is
EsriNetworkRoadCategorypublic EsriNetworkRoadCategory getCrossRoadCategory()
EsriNetworkRoadCategorypublic void setCrossRoadCategory(EsriNetworkRoadCategory value)
value - allowed object is
EsriNetworkRoadCategorypublic double getSeconds()
public void setSeconds(double value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||