com.esri.arcgisws
Class EsriNetworkTurnAngleCategory
java.lang.Object
java.lang.Enum
com.esri.arcgisws.EsriNetworkTurnAngleCategory
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class EsriNetworkTurnAngleCategory
- extends java.lang.Enum
Java class for esriNetworkTurnAngleCategory.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="esriNetworkTurnAngleCategory">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="esriNTACStraight"/>
<enumeration value="esriNTACReverse"/>
<enumeration value="esriNTACRight"/>
<enumeration value="esriNTACLeft"/>
</restriction>
</simpleType>
Network dataset turn angle category.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
esriNTACStraight
public static final EsriNetworkTurnAngleCategory esriNTACStraight
esriNTACReverse
public static final EsriNetworkTurnAngleCategory esriNTACReverse
esriNTACRight
public static final EsriNetworkTurnAngleCategory esriNTACRight
esriNTACLeft
public static final EsriNetworkTurnAngleCategory esriNTACLeft
EsriNetworkTurnAngleCategory
public EsriNetworkTurnAngleCategory()
values
public static final EsriNetworkTurnAngleCategory[] values()
valueOf
public static EsriNetworkTurnAngleCategory valueOf(java.lang.String name)
getValue
public java.lang.String getValue()
fromValue
public static EsriNetworkTurnAngleCategory fromValue(java.lang.String v)
fromString
@Deprecated
public static EsriNetworkTurnAngleCategory fromString(java.lang.String value)
- Deprecated.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum