|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerRouteResults3
Deprecated as of 10.0. Provides access to properties that contain the results of performing route network analysis with NAServer.
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.
INAServerRouteResults3 provides methods on an NAServerRouteResults object returned by the Solve method on INAServer to retrieve the results of the network analysis.
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.INAServerRouteResults2 |
---|
getCompactDirections |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerRouteResults |
---|
getBarriers, getDirections, getRouteGeometries, getRoutes, getStops, getTotalImpedances |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults |
---|
getMapImage, getSolveMessages |
Method Detail |
---|
IRecordSet getPolylineBarriers() throws IOException, AutomationException
PolylineBarriers contains the 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 |