com.esri.arcgis.networkanalyst
Interface INAServerClosestFacilityResults3

All Superinterfaces:
INAServerClosestFacilityResults, INAServerClosestFacilityResults2, INAServerSolverResults, java.io.Serializable
All Known Implementing Classes:
INAServerClosestFacilityResults3Proxy, NAServerClosestFacilityResults

public interface INAServerClosestFacilityResults3
extends INAServerClosestFacilityResults2, java.io.Serializable

COM Interface 'INAServerClosestFacilityResults3'. 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 closest facility 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 IID41e908cf_05ba_4eb2_a8eb_aabb8da8ea3a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerClosestFacilityResults2
IID11863db3_50ed_4623_8e29_3e809300e9e4
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerClosestFacilityResults
IID297aeeed_3ffa_4618_8277_c128d93a103d
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
IID565f42a0_6ffa_4f2c_aae8_bee8c035268e
 
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.INAServerClosestFacilityResults2
getCompactDirections
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerClosestFacilityResults
getBarriers, getCFRouteGeometries, getCFRoutes, getDirections, getFacilities, getIncidents, getTotalImpedances
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverResults
getMapImage, getSolveMessages
 

Field Detail

IID41e908cf_05ba_4eb2_a8eb_aabb8da8ea3a

static final int IID41e908cf_05ba_4eb2_a8eb_aabb8da8ea3a
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

getPolylineBarriers

IRecordSet getPolylineBarriers()
                               throws java.io.IOException,
                                      AutomationException
RecordSet of polyline 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.

getPolygonBarriers

IRecordSet getPolygonBarriers()
                              throws java.io.IOException,
                                     AutomationException
RecordSet of polygon 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.