com.esri.arcgis.networkanalyst
Interface INAServerServiceAreaResults2

All Superinterfaces:
INAServerServiceAreaResults, INAServerSolverResults, Serializable
All Known Implementing Classes:
NAServerServiceAreaResults

public interface INAServerServiceAreaResults2
extends INAServerServiceAreaResults, Serializable

Deprecated as of 10.0. Provides access to properties that contain the results of performing service area network analysis with NAServer.

Remarks

At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.

INAServerServiceAreaResults2 provides methods on an NAServerServiceAreaResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 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.INAServerServiceAreaResults
getBarriers, getFacilities, getSALineGeometries, getSALines, getSAPolygonGeometries, getSAPolygons
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
getMapImage, getSolveMessages
 

Method Detail

getPolylineBarriers

IRecordSet getPolylineBarriers()
                               throws IOException,
                                      AutomationException
RecordSet of polyline barriers returned from the network analysis.

Remarks

PolylineBarriers contains the polyline barriers used in the analysis.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRecordSet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPolygonBarriers

IRecordSet getPolygonBarriers()
                              throws IOException,
                                     AutomationException
RecordSet of polygon barriers returned from the network analysis.

Remarks

PolygonBarriers contains polygon barriers used in the analysis.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IRecordSet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.