|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMRouterSetup2
Deprecated as of 10.1. Provides access to router restrictions settings.
This interface is new at ArcGIS 9.3. It supersedes ISMRouterSetup2.
Method Summary | |
---|---|
void |
clearRestriction(int index)
The method removes restriction at specified position from the list. |
ISMRestriction |
getRestriction(int index)
Restriction at the position, specified by index. |
int |
getRestrictionCount()
Number of restrictions in the list, which will be applied when finding route. |
Methods inherited from interface com.esri.arcgis.datasourcesfile.ISMRouterSetup |
---|
clearAllRestrictions, getBacktrackPolicy, getDirectionsLengthUnits, setBacktrackPolicy, setDirectionsLengthUnits, setRestriction |
Method Detail |
---|
int getRestrictionCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISMRestriction getRestriction(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clearRestriction(int index) throws IOException, AutomationException
index
- The index (in)
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 |