|
|||||||||
| 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.NAServerServiceAreaResults
public class NAServerServiceAreaResults
Java class for NAServerServiceAreaResults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAServerServiceAreaResults">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerSolverResults">
<sequence>
<element name="SALineGeometries" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolyline" minOccurs="0"/>
<element name="SALines" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
<element name="SAPolygonGeometries" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfPolygon" minOccurs="0"/>
<element name="SAPolygons" 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="Barriers" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" 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 | |
|---|---|
NAServerServiceAreaResults()
NAServerServiceAreaResults default constructor. |
|
NAServerServiceAreaResults(MapImage mapImage,
GPMessages solveMessages,
Integer solveErrorCode,
String layerToken,
Polyline[] saLineGeometries,
RecordSet saLines,
Polygon[] saPolygonGeometries,
RecordSet saPolygons,
RecordSet facilities,
RecordSet barriers,
RecordSet polygonBarriers,
RecordSet polylineBarriers)
Deprecated. |
|
| Method Summary | |
|---|---|
RecordSet |
getBarriers()
Gets the value of the barriers property. |
RecordSet |
getFacilities()
Gets the value of the facilities property. |
RecordSet |
getPolygonBarriers()
Gets the value of the polygonBarriers property. |
RecordSet |
getPolylineBarriers()
Gets the value of the polylineBarriers property. |
Polyline[] |
getSALineGeometries()
Gets the value of the saLineGeometries property. |
RecordSet |
getSALines()
Gets the value of the saLines property. |
Polygon[] |
getSAPolygonGeometries()
Gets the value of the saPolygonGeometries property. |
RecordSet |
getSAPolygons()
Gets the value of the saPolygons property. |
void |
setBarriers(RecordSet value)
Sets the value of the barriers property. |
void |
setFacilities(RecordSet value)
Sets the value of the facilities property. |
void |
setPolygonBarriers(RecordSet value)
Sets the value of the polygonBarriers property. |
void |
setPolylineBarriers(RecordSet value)
Sets the value of the polylineBarriers property. |
void |
setSALineGeometries(Polyline[] value)
Sets the value of the saLineGeometries property. |
void |
setSALines(RecordSet value)
Sets the value of the saLines property. |
void |
setSAPolygonGeometries(Polygon[] value)
Sets the value of the saPolygonGeometries property. |
void |
setSAPolygons(RecordSet value)
Sets the value of the saPolygons 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 NAServerServiceAreaResults(MapImage mapImage,
GPMessages solveMessages,
Integer solveErrorCode,
String layerToken,
Polyline[] saLineGeometries,
RecordSet saLines,
Polygon[] saPolygonGeometries,
RecordSet saPolygons,
RecordSet facilities,
RecordSet barriers,
RecordSet polygonBarriers,
RecordSet polylineBarriers)
public NAServerServiceAreaResults()
| Method Detail |
|---|
public Polyline[] getSALineGeometries()
[] public void setSALineGeometries(Polyline[] value)
value - allowed object is
[] public RecordSet getSALines()
RecordSetpublic void setSALines(RecordSet value)
value - allowed object is
RecordSetpublic Polygon[] getSAPolygonGeometries()
[] public void setSAPolygonGeometries(Polygon[] value)
value - allowed object is
[] public RecordSet getSAPolygons()
RecordSetpublic void setSAPolygons(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getFacilities()
RecordSetpublic void setFacilities(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getBarriers()
RecordSetpublic void setBarriers(RecordSet value)
value - allowed object is
RecordSetpublic 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 | ||||||||