|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INAServerClosestFacilityParams
COM Interface 'INAServerClosestFacilityParams'. 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 closest facility 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 |
IIDb54ed486_f9f7_4109_bb9d_472feca27711
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams |
|---|
IID40635a1f_4c95_4f57_a220_c683941715e5 |
| Method Summary | |
|---|---|
INAServerLocations |
getBarriers()
RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis. |
java.lang.String |
getDirectionsLanguage()
Language to use when computing directions. |
int |
getDirectionsLengthUnits()
Length units to use when computing directions. |
java.lang.String |
getDirectionsTimeAttributeName()
Name of network attribute to use for the drive time when computing directions. |
INAServerLocations |
getFacilities()
RecordSet or array of PropertySets representing Facilities loaded as network locations during analysis. |
INAServerLocations |
getIncidents()
RecordSet or array of PropertySets representing Incidents loaded as network locations during analysis. |
boolean |
isReturnBarriers()
Indicates if the output barriers recordset should be returned with the analysis results. |
boolean |
isReturnCFRouteGeometries()
Indicates if the CFRoute geometries should be generated and returned with the analysis results. |
boolean |
isReturnCFRoutes()
Indicates if the output CFRoutes recordset should be returned with the analysis results. |
boolean |
isReturnDirections()
Indicates if directions should be generated and returned with the analysis results. |
boolean |
isReturnFacilities()
Indicates if the output facilities recordset should be returned with the analysis results. |
boolean |
isReturnIncidents()
Indicates if the output incidents recordset should be returned with the analysis results. |
void |
setBarriersByRef(INAServerLocations barriers)
RecordSet or array of PropertySets representing Barriers loaded as network locations during analysis. |
void |
setDirectionsLanguage(java.lang.String directionsLanguage)
Language to use when computing directions. |
void |
setDirectionsLengthUnits(int directionsLengthUnits)
Length units to use when computing directions. |
void |
setDirectionsTimeAttributeName(java.lang.String directionsTimeAttributeName)
Name of network attribute to use for the drive time when computing directions. |
void |
setFacilitiesByRef(INAServerLocations facilities)
RecordSet or array of PropertySets representing Facilities loaded as network locations during analysis. |
void |
setIncidentsByRef(INAServerLocations incidents)
RecordSet or array of PropertySets representing Incidents loaded as network locations during analysis. |
void |
setReturnBarriers(boolean returnBarriers)
Indicates if the output barriers recordset should be returned with the analysis results. |
void |
setReturnCFRouteGeometries(boolean returnCFRouteGeometries)
Indicates if the CFRoute geometries should be generated and returned with the analysis results. |
void |
setReturnCFRoutes(boolean returnCFRoutes)
Indicates if the output CFRoutes recordset should be returned with the analysis results. |
void |
setReturnDirections(boolean returnDirections)
Indicates if directions should be generated and returned with the analysis results. |
void |
setReturnFacilities(boolean returnFacilities)
Indicates if the output facilities recordset should be returned with the analysis results. |
void |
setReturnIncidents(boolean returnIncidents)
Indicates if the output incidents recordset should be returned with the analysis results. |
| 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 |
|---|
static final int IIDb54ed486_f9f7_4109_bb9d_472feca27711
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setFacilitiesByRef(INAServerLocations facilities)
throws java.io.IOException,
AutomationException
facilities - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INAServerLocations getFacilities()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIncidentsByRef(INAServerLocations incidents)
throws java.io.IOException,
AutomationException
incidents - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INAServerLocations getIncidents()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBarriersByRef(INAServerLocations barriers)
throws java.io.IOException,
AutomationException
barriers - A reference to a com.esri.arcgis.networkanalyst.INAServerLocations (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INAServerLocations getBarriers()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnCFRouteGeometries(boolean returnCFRouteGeometries)
throws java.io.IOException,
AutomationException
returnCFRouteGeometries - The returnCFRouteGeometries (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnCFRouteGeometries()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnCFRoutes(boolean returnCFRoutes)
throws java.io.IOException,
AutomationException
returnCFRoutes - The returnCFRoutes (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnCFRoutes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnFacilities(boolean returnFacilities)
throws java.io.IOException,
AutomationException
returnFacilities - The returnFacilities (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnFacilities()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnIncidents(boolean returnIncidents)
throws java.io.IOException,
AutomationException
returnIncidents - The returnIncidents (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnIncidents()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnBarriers(boolean returnBarriers)
throws java.io.IOException,
AutomationException
returnBarriers - The returnBarriers (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnBarriers()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setReturnDirections(boolean returnDirections)
throws java.io.IOException,
AutomationException
returnDirections - The returnDirections (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isReturnDirections()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDirectionsLanguage(java.lang.String directionsLanguage)
throws java.io.IOException,
AutomationException
directionsLanguage - The directionsLanguage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDirectionsLanguage()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDirectionsLengthUnits(int directionsLengthUnits)
throws java.io.IOException,
AutomationException
directionsLengthUnits - A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDirectionsLengthUnits()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDirectionsTimeAttributeName(java.lang.String directionsTimeAttributeName)
throws java.io.IOException,
AutomationException
directionsTimeAttributeName - The directionsTimeAttributeName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDirectionsTimeAttributeName()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||