|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerServiceAreaResults2
Provides access to properties that contain the results of performing service area network analysis with NAServer.
INAServerServiceAreaResults2 provides methods on an NAServerServiceAreaResults 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.INAServerServiceAreaResults |
---|
getBarriers, getFacilities, getSALineGeometries, getSALines, getSAPolygonGeometries, getSAPolygons |
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 |