|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NACompactStreetDirection
public class NACompactStreetDirection
Java class for NACompactStreetDirection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NACompactStreetDirection">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Length" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Time" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CompressedGeometry" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ETA" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="ManeuverType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriDirectionsManeuverType"/>
<element name="Azimuth" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="TurnAngle" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Events" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNAStreetDirectionEvent" minOccurs="0"/>
<element name="Strings" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
<element name="StringTypes" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDirectionsStringType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
NACompactStreetDirection()
NACompactStreetDirection default constructor. |
|
NACompactStreetDirection(double length,
double time,
String text,
String compressedGeometry,
javax.xml.datatype.XMLGregorianCalendar eta,
EsriDirectionsManeuverType maneuverType,
double azimuth,
double turnAngle,
NAStreetDirectionEvent[] events,
String[] strings,
EsriDirectionsStringType[] stringTypes)
Deprecated. |
|
| Method Summary | |
|---|---|
double |
getAzimuth()
Gets the value of the azimuth property. |
String |
getCompressedGeometry()
Gets the value of the compressedGeometry property. |
javax.xml.datatype.XMLGregorianCalendar |
getETA()
Gets the value of the eta property. |
NAStreetDirectionEvent[] |
getEvents()
Gets the value of the events property. |
double |
getLength()
Gets the value of the length property. |
EsriDirectionsManeuverType |
getManeuverType()
Gets the value of the maneuverType property. |
String[] |
getStrings()
Gets the value of the strings property. |
EsriDirectionsStringType[] |
getStringTypes()
Gets the value of the stringTypes property. |
String |
getText()
Gets the value of the text property. |
double |
getTime()
Gets the value of the time property. |
double |
getTurnAngle()
Gets the value of the turnAngle property. |
void |
setAzimuth(double value)
Sets the value of the azimuth property. |
void |
setCompressedGeometry(String value)
Sets the value of the compressedGeometry property. |
void |
setETA(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the eta property. |
void |
setEvents(NAStreetDirectionEvent[] value)
Sets the value of the events property. |
void |
setLength(double value)
Sets the value of the length property. |
void |
setManeuverType(EsriDirectionsManeuverType value)
Sets the value of the maneuverType property. |
void |
setStrings(String[] value)
Sets the value of the strings property. |
void |
setStringTypes(EsriDirectionsStringType[] value)
Sets the value of the stringTypes property. |
void |
setText(String value)
Sets the value of the text property. |
void |
setTime(double value)
Sets the value of the time property. |
void |
setTurnAngle(double value)
Sets the value of the turnAngle property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NACompactStreetDirection(double length,
double time,
String text,
String compressedGeometry,
javax.xml.datatype.XMLGregorianCalendar eta,
EsriDirectionsManeuverType maneuverType,
double azimuth,
double turnAngle,
NAStreetDirectionEvent[] events,
String[] strings,
EsriDirectionsStringType[] stringTypes)
public NACompactStreetDirection()
| Method Detail |
|---|
public double getLength()
public void setLength(double value)
public double getTime()
public void setTime(double value)
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic String getCompressedGeometry()
Stringpublic void setCompressedGeometry(String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getETA()
XMLGregorianCalendar public void setETA(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar public EsriDirectionsManeuverType getManeuverType()
EsriDirectionsManeuverTypepublic void setManeuverType(EsriDirectionsManeuverType value)
value - allowed object is
EsriDirectionsManeuverTypepublic double getAzimuth()
public void setAzimuth(double value)
public double getTurnAngle()
public void setTurnAngle(double value)
public NAStreetDirectionEvent[] getEvents()
[] public void setEvents(NAStreetDirectionEvent[] value)
value - allowed object is
[] public String[] getStrings()
[] public void setStrings(String[] value)
value - allowed object is
[] public EsriDirectionsStringType[] getStringTypes()
[] public void setStringTypes(EsriDirectionsStringType[] value)
value - allowed object is
[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||