|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerRouteParams3
COM Interface 'INAServerRouteParams3'. 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 |
IIDe607d78d_4c6e_42c2_b7df_c1c36a67dccb
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerRouteParams2 |
---|
IIDd81e5aca_bf78_49b2_b9bf_6a2ffeac4045 |
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerRouteParams |
---|
IIDd460c034_10cc_4020_af11_cdce257d04d4 |
Fields inherited from interface com.esri.arcgis.networkanalyst.INAServerSolverParams |
---|
IID40635a1f_4c95_4f57_a220_c683941715e5 |
Method Summary | |
---|---|
int |
getDirectionsOutputType()
Type of directions to generate. |
java.lang.String |
getDirectionsStyleName()
Name of the directions style to use when generating directions. |
INAServerLocations |
getPolygonBarriers()
RecordSet or array of PropertySets representing polygon Barriers loaded as network locations during analysis. |
INAServerLocations |
getPolylineBarriers()
RecordSet or array of PropertySets representing polyline Barriers loaded as network locations during analysis. |
boolean |
isReturnPolygonBarriers()
Indicates if the output polygon barriers recordset should be returned with the analysis results. |
boolean |
isReturnPolylineBarriers()
Indicates if the output polyline barriers recordset should be returned with the analysis results. |
void |
setDirectionsOutputType(int directionsOutputType)
Type of directions to generate. |
void |
setDirectionsStyleName(java.lang.String directionsStyleName)
Name of the directions style to use when generating directions. |
void |
setPolygonBarriersByRef(INAServerLocations barriers)
RecordSet or array of PropertySets representing polygon Barriers loaded as network locations during analysis. |
void |
setPolylineBarriersByRef(INAServerLocations barriers)
RecordSet or array of PropertySets representing polyline Barriers loaded as network locations during analysis. |
void |
setReturnPolygonBarriers(boolean returnBarriers)
Indicates if the output polygon barriers recordset should be returned with the analysis results. |
void |
setReturnPolylineBarriers(boolean returnBarriers)
Indicates if the output polyline barriers recordset should be returned with the analysis results. |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerRouteParams2 |
---|
isReturnCompactDirections, setReturnCompactDirections |
Methods inherited from interface com.esri.arcgis.networkanalyst.INAServerRouteParams |
---|
getBarriers, getDirectionsLanguage, getDirectionsLengthUnits, getDirectionsTimeAttributeName, getStops, isReturnBarriers, isReturnDirections, isReturnRouteGeometries, isReturnRoutes, isReturnStops, setBarriersByRef, setDirectionsLanguage, setDirectionsLengthUnits, setDirectionsTimeAttributeName, setReturnBarriers, setReturnDirections, setReturnRouteGeometries, setReturnRoutes, setReturnStops, setStopsByRef |
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 IIDe607d78d_4c6e_42c2_b7df_c1c36a67dccb
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setDirectionsOutputType(int directionsOutputType) throws java.io.IOException, AutomationException
directionsOutputType
- A com.esri.arcgis.networkanalyst.esriDirectionsOutputType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDirectionsOutputType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDirectionsStyleName(java.lang.String directionsStyleName) throws java.io.IOException, AutomationException
directionsStyleName
- The directionsStyleName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getDirectionsStyleName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPolylineBarriersByRef(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 getPolylineBarriers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPolygonBarriersByRef(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 getPolygonBarriers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnPolylineBarriers(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 isReturnPolylineBarriers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReturnPolygonBarriers(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 isReturnPolygonBarriers() 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 |