com.esri.arcgis.networkanalyst
Interface INAServerRouteResults3
- All Superinterfaces:
- INAServerRouteResults, INAServerRouteResults2, INAServerSolverResults, java.io.Serializable
- All Known Implementing Classes:
- INAServerRouteResults3Proxy, NAServerRouteResults
public interface INAServerRouteResults3
- extends INAServerRouteResults2, java.io.Serializable
COM Interface 'INAServerRouteResults3'. 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 route 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 =
IID7ebb43f5_7c7d_47af_97ce_bb1d97b7da95
static final int IID7ebb43f5_7c7d_47af_97ce_bb1d97b7da95
- 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
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.