|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NACompactStreetDirectionSummary
public class NACompactStreetDirectionSummary
Java class for NACompactStreetDirectionSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NACompactStreetDirectionSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TotalLength" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="TotalTime" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="TotalDriveTime" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Envelope" type="{http://www.esri.com/schemas/ArcGIS/10.0}Envelope"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
NACompactStreetDirectionSummary()
NACompactStreetDirectionSummary default constructor. |
|
NACompactStreetDirectionSummary(double totalLength,
double totalTime,
double totalDriveTime,
Envelope envelope)
Deprecated. |
|
| Method Summary | |
|---|---|
Envelope |
getEnvelope()
Gets the value of the envelope property. |
double |
getTotalDriveTime()
Gets the value of the totalDriveTime property. |
double |
getTotalLength()
Gets the value of the totalLength property. |
double |
getTotalTime()
Gets the value of the totalTime property. |
void |
setEnvelope(Envelope value)
Sets the value of the envelope property. |
void |
setTotalDriveTime(double value)
Sets the value of the totalDriveTime property. |
void |
setTotalLength(double value)
Sets the value of the totalLength property. |
void |
setTotalTime(double value)
Sets the value of the totalTime property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NACompactStreetDirectionSummary(double totalLength,
double totalTime,
double totalDriveTime,
Envelope envelope)
public NACompactStreetDirectionSummary()
| Method Detail |
|---|
public double getTotalLength()
public void setTotalLength(double value)
public double getTotalTime()
public void setTotalTime(double value)
public double getTotalDriveTime()
public void setTotalDriveTime(double value)
public Envelope getEnvelope()
Envelopepublic void setEnvelope(Envelope value)
value - allowed object is
Envelope
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||