|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerServiceAreaResults
Provides access to properties that contain the results of performing service area network analysis with NAServer.
INAServerServiceAreaResults has been superseded by INAServerServiceAreaResults2.
Method Summary | |
---|---|
IRecordSet |
getBarriers()
RecordSet of Barriers returned from the network analysis. |
IRecordSet |
getFacilities()
RecordSet of Facilities returned from the network analysis. |
IPolyline[] |
getSALineGeometries()
Polylines representing the edges traversed during network analysis. |
IRecordSet |
getSALines()
RecordSet of SALines returned from the network analysis. |
IPolygon[] |
getSAPolygonGeometries()
Polygons representing the areas traversed within the specified break times. |
IRecordSet |
getSAPolygons()
RecordSet of SAPolygons returned from the network analysis. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults |
---|
getMapImage, getSolveMessages |
Method Detail |
---|
IPolyline[] getSALineGeometries() throws IOException, AutomationException
SALineGeometries returns an array of Polyline geometries representing the streets traversed.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getSALines() throws IOException, AutomationException
SALines returns an IRecordSet that holds the SALines found during analysis.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPolygon[] getSAPolygonGeometries() throws IOException, AutomationException
SAPolygonGeometries returns an array of Polygon geometries representing the area of the streets traversed.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRecordSet getSAPolygons() throws IOException, AutomationException
SAPolygons returns an IRecordSet that holds the SAPolygons found during 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 getBarriers() throws IOException, AutomationException
Barriers returns an IRecordSet that holds the Barriers used during 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 |