|
|||||||||
| 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.NAServerODCostMatrixResults
public class NAServerODCostMatrixResults
Java class for NAServerODCostMatrixResults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NAServerODCostMatrixResults">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}NAServerSolverResults">
<sequence>
<element name="ODLines" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
<element name="Origins" type="{http://www.esri.com/schemas/ArcGIS/10.0}RecordSet" minOccurs="0"/>
<element name="Destinations" 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"/>
<element name="OriginOIDIndex" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt" minOccurs="0"/>
<element name="DestinationOIDIndex" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfInt" minOccurs="0"/>
<element name="CostAttributeNameIndex" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfString" minOccurs="0"/>
<element name="ODMatrix" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
NAServerODCostMatrixResults()
NAServerODCostMatrixResults default constructor. |
|
NAServerODCostMatrixResults(MapImage mapImage,
GPMessages solveMessages,
Integer solveErrorCode,
String layerToken,
RecordSet odLines,
RecordSet origins,
RecordSet destinations,
RecordSet barriers,
RecordSet polygonBarriers,
RecordSet polylineBarriers,
int[] originOIDIndex,
int[] destinationOIDIndex,
String[] costAttributeNameIndex,
byte[] odMatrix)
Deprecated. |
|
| Method Summary | |
|---|---|
RecordSet |
getBarriers()
Gets the value of the barriers property. |
String[] |
getCostAttributeNameIndex()
Gets the value of the costAttributeNameIndex property. |
int[] |
getDestinationOIDIndex()
Gets the value of the destinationOIDIndex property. |
RecordSet |
getDestinations()
Gets the value of the destinations property. |
RecordSet |
getODLines()
Gets the value of the odLines property. |
byte[] |
getODMatrix()
Gets the value of the odMatrix property. |
int[] |
getOriginOIDIndex()
Gets the value of the originOIDIndex property. |
RecordSet |
getOrigins()
Gets the value of the origins property. |
RecordSet |
getPolygonBarriers()
Gets the value of the polygonBarriers property. |
RecordSet |
getPolylineBarriers()
Gets the value of the polylineBarriers property. |
void |
setBarriers(RecordSet value)
Sets the value of the barriers property. |
void |
setCostAttributeNameIndex(String[] value)
Sets the value of the costAttributeNameIndex property. |
void |
setDestinationOIDIndex(int[] value)
Sets the value of the destinationOIDIndex property. |
void |
setDestinations(RecordSet value)
Sets the value of the destinations property. |
void |
setODLines(RecordSet value)
Sets the value of the odLines property. |
void |
setODMatrix(byte[] value)
Sets the value of the odMatrix property. |
void |
setOriginOIDIndex(int[] value)
Sets the value of the originOIDIndex property. |
void |
setOrigins(RecordSet value)
Sets the value of the origins property. |
void |
setPolygonBarriers(RecordSet value)
Sets the value of the polygonBarriers property. |
void |
setPolylineBarriers(RecordSet value)
Sets the value of the polylineBarriers 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 NAServerODCostMatrixResults(MapImage mapImage,
GPMessages solveMessages,
Integer solveErrorCode,
String layerToken,
RecordSet odLines,
RecordSet origins,
RecordSet destinations,
RecordSet barriers,
RecordSet polygonBarriers,
RecordSet polylineBarriers,
int[] originOIDIndex,
int[] destinationOIDIndex,
String[] costAttributeNameIndex,
byte[] odMatrix)
public NAServerODCostMatrixResults()
| Method Detail |
|---|
public RecordSet getODLines()
RecordSetpublic void setODLines(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getOrigins()
RecordSetpublic void setOrigins(RecordSet value)
value - allowed object is
RecordSetpublic RecordSet getDestinations()
RecordSetpublic void setDestinations(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
RecordSetpublic int[] getOriginOIDIndex()
[] public void setOriginOIDIndex(int[] value)
value - allowed object is
[] public int[] getDestinationOIDIndex()
[] public void setDestinationOIDIndex(int[] value)
value - allowed object is
[] public String[] getCostAttributeNameIndex()
[] public void setCostAttributeNameIndex(String[] value)
value - allowed object is
[] public byte[] getODMatrix()
public void setODMatrix(byte[] value)
value - allowed object is
byte[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||