|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISMRoadPreferences
Deprecated as of 10.1. Provides access to preferences for different road types that the router supports.
Provides an interface for setting and retrieving preferences for different road types router supports.
Method Summary | |
---|---|
short |
getItem(int roadType)
The preference value for the specified road type. |
void |
setItem(int roadType,
short pVal)
The preference value for the specified road type. |
Method Detail |
---|
short getItem(int roadType) throws IOException, AutomationException
roadType
- A com.esri.arcgis.datasourcesfile.esriSMRoadType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setItem(int roadType, short pVal) throws IOException, AutomationException
roadType
- A com.esri.arcgis.datasourcesfile.esriSMRoadType constant (in)pVal
- The pVal (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 |