|
|||||||||
| 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.NAServerClosestFacilityResults
public class NAServerClosestFacilityResults
Java class for NAServerClosestFacilityResults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAServerClosestFacilityResults">
<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="CFRouteGeometries" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolyline" minOccurs="0"/>
<element name="CFRoutes" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
<element name="Facilities" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
<element name="Incidents" 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 | |
|---|---|
NAServerClosestFacilityResults()
NAServerClosestFacilityResults default constructor. |
|
NAServerClosestFacilityResults(MapImage mapImage,
GPMessages solveMessages,
Integer solveErrorCode,
String layerToken,
double[] totalImpedances,
Polyline[] cfRouteGeometries,
RecordSet cfRoutes,
RecordSet facilities,
RecordSet incidents,
RecordSet barriers,
NAStreetDirections[] directions,
NACompactStreetDirections[] compactDirections,
RecordSet polygonBarriers,
RecordSet polylineBarriers)
Deprecated. |
|
| Method Summary | |
|---|---|
RecordSet |
getBarriers()
Gets the value of the barriers property. |
Polyline[] |
getCFRouteGeometries()
Gets the value of the cfRouteGeometries property. |
RecordSet |
getCFRoutes()
Gets the value of the cfRoutes property. |
NACompactStreetDirections[] |
getCompactDirections()
Gets the value of the compactDirections property. |
NAStreetDirections[] |
getDirections()
Gets the value of the directions property. |
RecordSet |
getFacilities()
Gets the value of the facilities property. |
RecordSet |
getIncidents()
Gets the value of the incidents property. |
RecordSet |
getPolygonBarriers()
Gets the value of the polygonBarriers property. |
RecordSet |
getPolylineBarriers()
Gets the value of the polylineBarriers property. |
double[] |
getTotalImpedances()
Gets the value of the totalImpedances property. |
void |
setBarriers(RecordSet value)
Sets the value of the barriers property. |
void |
setCFRouteGeometries(Polyline[] value)
Sets the value of the cfRouteGeometries property. |
void |
setCFRoutes(RecordSet value)
Sets the value of the cfRoutes property. |
void |
setCompactDirections(NACompactStreetDirections[] value)
Sets the value of the compactDirections property. |
void |
setDirections(NAStreetDirections[] value)
Sets the value of the directions property. |
void |
setFacilities(RecordSet value)
Sets the value of the facilities property. |
void |
setIncidents(RecordSet value)
Sets the value of the incidents property. |
void |
setPolygonBarriers(RecordSet value)
Sets the value of the polygonBarriers property. |
void |
setPolylineBarriers(RecordSet value)
Sets the value of the polylineBarriers 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 NAServerClosestFacilityResults(MapImage mapImage,
GPMessages solveMessages,
Integer solveErrorCode,
String layerToken,
double[] totalImpedances,
Polyline[] cfRouteGeometries,
RecordSet cfRoutes,
RecordSet facilities,
RecordSet incidents,
RecordSet barriers,
NAStreetDirections[] directions,
NACompactStreetDirections[] compactDirections,
RecordSet polygonBarriers,
RecordSet polylineBarriers)
public NAServerClosestFacilityResults()
| Method Detail |
|---|
public double[] getTotalImpedances()
[] public void setTotalImpedances(double[] value)
value - allowed object is
[] public Polyline[] getCFRouteGeometries()
[] public void setCFRouteGeometries(Polyline[] value)
value - allowed object is
[] public RecordSet getCFRoutes()
RecordSetpublic void setCFRoutes(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getFacilities()
RecordSetpublic void setFacilities(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getIncidents()
RecordSetpublic void setIncidents(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 | ||||||||