|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.NAServerSolverResults
com.esri.arcgisws.NAServerRouteResults
public class NAServerRouteResults
Java class for NAServerRouteResults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAServerRouteResults">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerSolverResults">
<sequence>
<element name="TotalImpedances" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfDouble" minOccurs="0"/>
<element name="RouteGeometries" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolyline" minOccurs="0"/>
<element name="Routes" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
<element name="Stops" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
<element name="Barriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
<element name="Directions" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNAStreetDirections" minOccurs="0"/>
<element name="CompactDirections" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfNACompactStreetDirections" minOccurs="0"/>
<element name="PolygonBarriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
<element name="PolylineBarriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
NAServerRouteResults()
NAServerRouteResults default constructor. |
|
NAServerRouteResults(MapImage mapImage,
GPMessages solveMessages,
Integer solveErrorCode,
String layerToken,
double[] totalImpedances,
Polyline[] routeGeometries,
RecordSet routes,
RecordSet stops,
RecordSet barriers,
NAStreetDirections[] directions,
NACompactStreetDirections[] compactDirections,
RecordSet polygonBarriers,
RecordSet polylineBarriers)
Deprecated. |
|
| Method Summary | |
|---|---|
RecordSet |
getBarriers()
Gets the value of the barriers property. |
NACompactStreetDirections[] |
getCompactDirections()
Gets the value of the compactDirections property. |
NAStreetDirections[] |
getDirections()
Gets the value of the directions property. |
RecordSet |
getPolygonBarriers()
Gets the value of the polygonBarriers property. |
RecordSet |
getPolylineBarriers()
Gets the value of the polylineBarriers property. |
Polyline[] |
getRouteGeometries()
Gets the value of the routeGeometries property. |
RecordSet |
getRoutes()
Gets the value of the routes property. |
RecordSet |
getStops()
Gets the value of the stops property. |
double[] |
getTotalImpedances()
Gets the value of the totalImpedances property. |
void |
setBarriers(RecordSet value)
Sets the value of the barriers property. |
void |
setCompactDirections(NACompactStreetDirections[] value)
Sets the value of the compactDirections property. |
void |
setDirections(NAStreetDirections[] value)
Sets the value of the directions property. |
void |
setPolygonBarriers(RecordSet value)
Sets the value of the polygonBarriers property. |
void |
setPolylineBarriers(RecordSet value)
Sets the value of the polylineBarriers property. |
void |
setRouteGeometries(Polyline[] value)
Sets the value of the routeGeometries property. |
void |
setRoutes(RecordSet value)
Sets the value of the routes property. |
void |
setStops(RecordSet value)
Sets the value of the stops property. |
void |
setTotalImpedances(double[] value)
Sets the value of the totalImpedances property. |
| Methods inherited from class com.esri.arcgisws.NAServerSolverResults |
|---|
getLayerToken, getMapImage, getSolveErrorCode, getSolveMessages, setLayerToken, setMapImage, setSolveErrorCode, setSolveMessages |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public NAServerRouteResults(MapImage mapImage,
GPMessages solveMessages,
Integer solveErrorCode,
String layerToken,
double[] totalImpedances,
Polyline[] routeGeometries,
RecordSet routes,
RecordSet stops,
RecordSet barriers,
NAStreetDirections[] directions,
NACompactStreetDirections[] compactDirections,
RecordSet polygonBarriers,
RecordSet polylineBarriers)
public NAServerRouteResults()
| Method Detail |
|---|
public double[] getTotalImpedances()
[] public void setTotalImpedances(double[] value)
value - allowed object is
[] public Polyline[] getRouteGeometries()
[] public void setRouteGeometries(Polyline[] value)
value - allowed object is
[] public RecordSet getRoutes()
RecordSetpublic void setRoutes(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getStops()
RecordSetpublic void setStops(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getBarriers()
RecordSetpublic void setBarriers(RecordSet value)
value - allowed object is
RecordSetpublic NAStreetDirections[] getDirections()
[] public void setDirections(NAStreetDirections[] value)
value - allowed object is
[] public NACompactStreetDirections[] getCompactDirections()
[] public void setCompactDirections(NACompactStreetDirections[] value)
value - allowed object is
[] public RecordSet getPolygonBarriers()
RecordSetpublic void setPolygonBarriers(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getPolylineBarriers()
RecordSetpublic void setPolylineBarriers(RecordSet value)
value - allowed object is
RecordSet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||