com.esri.arcgisws
Class NAServerClosestFacilityResults

java.lang.Object
  extended by com.esri.arcgisws.NAServerSolverResults
      extended by com.esri.arcgisws.NAServerClosestFacilityResults
All Implemented Interfaces:
Serializable

public class NAServerClosestFacilityResults
extends NAServerSolverResults
implements Serializable

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>
 

See Also:
Serialized Form

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

NAServerClosestFacilityResults

@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)
Deprecated. 

NAServerClosestFacilityResults constructor.


NAServerClosestFacilityResults

public NAServerClosestFacilityResults()
NAServerClosestFacilityResults default constructor.

Method Detail

getTotalImpedances

public double[] getTotalImpedances()
Gets the value of the totalImpedances property.

Returns:
possible object is []

setTotalImpedances

public void setTotalImpedances(double[] value)
Sets the value of the totalImpedances property.

Parameters:
value - allowed object is []

getCFRouteGeometries

public Polyline[] getCFRouteGeometries()
Gets the value of the cfRouteGeometries property.

Returns:
possible object is []

setCFRouteGeometries

public void setCFRouteGeometries(Polyline[] value)
Sets the value of the cfRouteGeometries property.

Parameters:
value - allowed object is []

getCFRoutes

public RecordSet getCFRoutes()
Gets the value of the cfRoutes property.

Returns:
possible object is RecordSet

setCFRoutes

public void setCFRoutes(RecordSet value)
Sets the value of the cfRoutes property.

Parameters:
value - allowed object is RecordSet

getFacilities

public RecordSet getFacilities()
Gets the value of the facilities property.

Returns:
possible object is RecordSet

setFacilities

public void setFacilities(RecordSet value)
Sets the value of the facilities property.

Parameters:
value - allowed object is RecordSet

getIncidents

public RecordSet getIncidents()
Gets the value of the incidents property.

Returns:
possible object is RecordSet

setIncidents

public void setIncidents(RecordSet value)
Sets the value of the incidents property.

Parameters:
value - allowed object is RecordSet

getBarriers

public RecordSet getBarriers()
Gets the value of the barriers property.

Returns:
possible object is RecordSet

setBarriers

public void setBarriers(RecordSet value)
Sets the value of the barriers property.

Parameters:
value - allowed object is RecordSet

getDirections

public NAStreetDirections[] getDirections()
Gets the value of the directions property.

Returns:
possible object is []

setDirections

public void setDirections(NAStreetDirections[] value)
Sets the value of the directions property.

Parameters:
value - allowed object is []

getCompactDirections

public NACompactStreetDirections[] getCompactDirections()
Gets the value of the compactDirections property.

Returns:
possible object is []

setCompactDirections

public void setCompactDirections(NACompactStreetDirections[] value)
Sets the value of the compactDirections property.

Parameters:
value - allowed object is []

getPolygonBarriers

public RecordSet getPolygonBarriers()
Gets the value of the polygonBarriers property.

Returns:
possible object is RecordSet

setPolygonBarriers

public void setPolygonBarriers(RecordSet value)
Sets the value of the polygonBarriers property.

Parameters:
value - allowed object is RecordSet

getPolylineBarriers

public RecordSet getPolylineBarriers()
Gets the value of the polylineBarriers property.

Returns:
possible object is RecordSet

setPolylineBarriers

public void setPolylineBarriers(RecordSet value)
Sets the value of the polylineBarriers property.

Parameters:
value - allowed object is RecordSet