|
|||||||||
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.3}esriDirectionsManeuverType"/> <element name="TurnAngle" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="DepartBearing" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="GeneralBearing" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="Events" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfNAStreetDirectionEvent" minOccurs="0"/> <element name="Strings" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfString" minOccurs="0"/> <element name="StringTypes" type="{http://www.esri.com/schemas/ArcGIS/10.3}ArrayOfDirectionsStringType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
NACompactStreetDirection()
NACompactStreetDirection default constructor. |
|
NACompactStreetDirection(double length,
double time,
java.lang.String text,
java.lang.String compressedGeometry,
javax.xml.datatype.XMLGregorianCalendar eta,
EsriDirectionsManeuverType maneuverType,
double turnAngle,
double departBearing,
double generalBearing,
NAStreetDirectionEvent[] events,
java.lang.String[] strings,
EsriDirectionsStringType[] stringTypes)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getCompressedGeometry()
Gets the value of the compressedGeometry property. |
double |
getDepartBearing()
Gets the value of the departBearing property. |
javax.xml.datatype.XMLGregorianCalendar |
getETA()
Gets the value of the eta property. |
NAStreetDirectionEvent[] |
getEvents()
Gets the value of the events property. |
double |
getGeneralBearing()
Gets the value of the generalBearing property. |
double |
getLength()
Gets the value of the length property. |
EsriDirectionsManeuverType |
getManeuverType()
Gets the value of the maneuverType property. |
java.lang.String[] |
getStrings()
Gets the value of the strings property. |
EsriDirectionsStringType[] |
getStringTypes()
Gets the value of the stringTypes property. |
java.lang.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 |
setCompressedGeometry(java.lang.String value)
Sets the value of the compressedGeometry property. |
void |
setDepartBearing(double value)
Sets the value of the departBearing 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 |
setGeneralBearing(double value)
Sets the value of the generalBearing 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(java.lang.String[] value)
Sets the value of the strings property. |
void |
setStringTypes(EsriDirectionsStringType[] value)
Sets the value of the stringTypes property. |
void |
setText(java.lang.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, java.lang.String text, java.lang.String compressedGeometry, javax.xml.datatype.XMLGregorianCalendar eta, EsriDirectionsManeuverType maneuverType, double turnAngle, double departBearing, double generalBearing, NAStreetDirectionEvent[] events, java.lang.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 java.lang.String getText()
String
public void setText(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCompressedGeometry()
String
public void setCompressedGeometry(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getETA()
XMLGregorianCalendar
public void setETA(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public EsriDirectionsManeuverType getManeuverType()
EsriDirectionsManeuverType
public void setManeuverType(EsriDirectionsManeuverType value)
value
- allowed object is
EsriDirectionsManeuverType
public double getTurnAngle()
public void setTurnAngle(double value)
public double getDepartBearing()
public void setDepartBearing(double value)
public double getGeneralBearing()
public void setGeneralBearing(double value)
public NAStreetDirectionEvent[] getEvents()
[]
public void setEvents(NAStreetDirectionEvent[] value)
value
- allowed object is
[]
public java.lang.String[] getStrings()
[]
public void setStrings(java.lang.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 |