com.esri.arcgis.networkanalyst
Interface INAServerClosestFacilityParams2

All Superinterfaces:
INAServerClosestFacilityParams, INAServerSolverParams, java.io.Serializable
All Known Subinterfaces:
INAServerClosestFacilityParams3
All Known Implementing Classes:
INAServerClosestFacilityParams2Proxy, INAServerClosestFacilityParams3Proxy, NAServerClosestFacilityParams

public interface INAServerClosestFacilityParams2
extends INAServerClosestFacilityParams, java.io.Serializable

COM Interface 'INAServerClosestFacilityParams2'. 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 specify the route solver settings and return parameters used during 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 IID9738c728_dbdc_46cb_9cc0_184b1ef5ff1c
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerClosestFacilityParams
IIDb54ed486_f9f7_4109_bb9d_472feca27711
 
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams
IID40635a1f_4c95_4f57_a220_c683941715e5
 
Method Summary
 boolean isReturnCompactDirections()
          Indicates if compact directions should be generated and returned with the analysis results.
 void setReturnCompactDirections(boolean returnCompactDirections)
          Indicates if compact directions should be generated and returned with the analysis results.
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerClosestFacilityParams
getBarriers, getDirectionsLanguage, getDirectionsLengthUnits, getDirectionsTimeAttributeName, getFacilities, getIncidents, isReturnBarriers, isReturnCFRouteGeometries, isReturnCFRoutes, isReturnDirections, isReturnFacilities, isReturnIncidents, setBarriersByRef, setDirectionsLanguage, setDirectionsLengthUnits, setDirectionsTimeAttributeName, setFacilitiesByRef, setIncidentsByRef, setReturnBarriers, setReturnCFRouteGeometries, setReturnCFRoutes, setReturnDirections, setReturnFacilities, setReturnIncidents
 
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams
getImageDescription, getMapDescription, getMaxSnapTolerance, getNAClassCandidateFieldMaps, getNALayerName, getOutputSpatialReference, getSnapTolerance, getSnapToleranceUnits, isReturnMap, setImageDescriptionByRef, setMapDescriptionByRef, setMaxSnapTolerance, setNAClassCandidateFieldMaps, setNALayerName, setOutputSpatialReferenceByRef, setReturnMap, setSnapTolerance, setSnapToleranceUnits
 

Field Detail

IID9738c728_dbdc_46cb_9cc0_184b1ef5ff1c

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

setReturnCompactDirections

void setReturnCompactDirections(boolean returnCompactDirections)
                                throws java.io.IOException,
                                       AutomationException
Indicates if compact directions should be generated and returned with the analysis results.

Parameters:
returnCompactDirections - The returnCompactDirections (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isReturnCompactDirections

boolean isReturnCompactDirections()
                                  throws java.io.IOException,
                                         AutomationException
Indicates if compact directions should be generated and returned with the analysis results.

Returns:
The returnCompactDirections
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.