|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INAServerLocationAllocationResults
Provides access to properties that contain the results of performing Location-Allocation network analysis with NAServer.
INAServerLocationAllocationResults provides methods on an NAServerLocationAllocationResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.
| Method Summary | |
|---|---|
IRecordSet |
getBarriers()
RecordSet of Barriers returned from the network analysis. |
IRecordSet |
getDemandPoints()
RecordSet of DemandPoints returned from the network analysis. |
IRecordSet |
getFacilities()
RecordSet of Facilities returned from the network analysis. |
IRecordSet |
getLALines()
RecordSet of LALines returned from the network analysis. |
IRecordSet |
getPolygonBarriers()
RecordSet of Polygon Barriers returned from the network analysis. |
IRecordSet |
getPolylineBarriers()
RecordSet of Polyline Barriers returned from the network analysis. |
| Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults |
|---|
getMapImage, getSolveMessages |
| Method Detail |
|---|
IRecordSet getLALines()
throws IOException,
AutomationException
LALines contains output line features between demand points and facilities returned from the analysis.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRecordSet getFacilities()
throws IOException,
AutomationException
Facilities returns an IRecordSet that holds the facilities used during analysis.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRecordSet getDemandPoints()
throws IOException,
AutomationException
DemandPoints returns an IRecordSet that holds the demand points used during analysis.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRecordSet getBarriers()
throws IOException,
AutomationException
Barriers contains barriers used in the analysis.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRecordSet getPolylineBarriers()
throws IOException,
AutomationException
PolylineBarriers contains polyline barriers used in the analysis.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IRecordSet getPolygonBarriers()
throws IOException,
AutomationException
PolygonBarriers contains polygon barriers used in the analysis.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||