com.esri.arcgis.networkanalyst
Interface INAServerServiceAreaResults

All Superinterfaces:
INAServerSolverResults, java.io.Serializable
All Known Subinterfaces:
INAServerServiceAreaResults2
All Known Implementing Classes:
INAServerServiceAreaResults2Proxy, INAServerServiceAreaResultsProxy, NAServerServiceAreaResults

public interface INAServerServiceAreaResults
extends INAServerSolverResults, java.io.Serializable

COM Interface 'INAServerServiceAreaResults'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'

Description: 'Deprecated as of 10.0. Provides access to properties that contain the results of performing service area network analysis with NAServer.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID389e9219_d1db_4d80_9ef5_391c030bf3cd
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
IID565f42a0_6ffa_4f2c_aae8_bee8c035268e
 
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
 

Field Detail

IID389e9219_d1db_4d80_9ef5_391c030bf3cd

static final int IID389e9219_d1db_4d80_9ef5_391c030bf3cd
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getSALineGeometries

IPolyline[] getSALineGeometries()
                                throws java.io.IOException,
                                       AutomationException
Polylines representing the edges traversed during network analysis.

Returns:
A reference to a com.esri.arcgis.geometry.IPolyline array
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSALines

IRecordSet getSALines()
                      throws java.io.IOException,
                             AutomationException
RecordSet of SALines returned from the network analysis.

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

getSAPolygonGeometries

IPolygon[] getSAPolygonGeometries()
                                  throws java.io.IOException,
                                         AutomationException
Polygons representing the areas traversed within the specified break times.

Returns:
A reference to a com.esri.arcgis.geometry.IPolygon array
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSAPolygons

IRecordSet getSAPolygons()
                         throws java.io.IOException,
                                AutomationException
RecordSet of SAPolygons returned from the network analysis.

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

getFacilities

IRecordSet getFacilities()
                         throws java.io.IOException,
                                AutomationException
RecordSet of Facilities returned from the network analysis.

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

getBarriers

IRecordSet getBarriers()
                       throws java.io.IOException,
                              AutomationException
RecordSet of Barriers returned from the network analysis.

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