|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISMRouterSetup
COM Interface 'ISMRouterSetup'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description: 'Deprecated as of 10.1. Provides access to router settings, such as restrictions, backtrack policy, length units.' 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 |
IIDa386707f_fb42_4d0e_af12_3c1feb26f771
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
clearAllRestrictions()
Removes all restrictions set on the route solver. |
int |
getBacktrackPolicy()
Controls the backtrack policy of the route solver. |
int |
getDirectionsLengthUnits()
The output length units used in driving directions. |
void |
setBacktrackPolicy(int pVal)
Controls the backtrack policy of the route solver. |
void |
setDirectionsLengthUnits(int pVal)
The output length units used in driving directions. |
void |
setRestriction(ISMRestriction pRestriction)
Sets a restriction to be used by the route solver. |
| Field Detail |
|---|
static final int IIDa386707f_fb42_4d0e_af12_3c1feb26f771
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setRestriction(ISMRestriction pRestriction)
throws java.io.IOException,
AutomationException
pRestriction - A reference to a com.esri.arcgis.datasourcesfile.ISMRestriction (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearAllRestrictions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBacktrackPolicy()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBacktrackPolicy(int pVal)
throws java.io.IOException,
AutomationException
pVal - A com.esri.arcgis.datasourcesfile.esriSMBacktrackPolicy 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 setDirectionsLengthUnits(int pVal)
throws java.io.IOException,
AutomationException
pVal - A com.esri.arcgis.datasourcesfile.esriSMDirectionsLengthUnits constant (in)
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 | ||||||||