|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerNetworkDirections
Deprecated as of 10.0. Provides access to properties that describe the network directions.
At version 10.1, ArcGIS for Server no longer supports performing network analysis via local connections using the GISServer and GISClient APIs. Use the SOAP or REST API instead.
INAServerNetworkDirections describes available directions styles and directions languages of the network dataset associated with a network analysis layer.
Method Summary | |
---|---|
IStringArray |
getAvailableStyleNames()
Names of the direction styles available on the system. |
IStringArray |
getSupportedLanguages()
Languages supported by the directions engine on the system. |
Method Detail |
---|
IStringArray getAvailableStyleNames() throws IOException, AutomationException
AvailableStyleNames contains a list of available directions styles.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getSupportedLanguages() throws IOException, AutomationException
SupportedLanguages contains list of available directions languages.
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 |