|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INAServerNetworkDescription
Deprecated as of 10.0. Provides access to properties that describe the network dataset.
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.
INAServerNetworkDescription has been superseded by INAServerNetworkDescription2.
Method Summary | |
---|---|
String |
getName()
Name of the Network Dataset. |
INAServerNetworkAttribute[] |
getNetworkAttributes()
Array of descriptions of network attributes in the network dataset. |
INAServerNetworkSource[] |
getNetworkSources()
Array of descriptions of network sources in the network dataset. |
Method Detail |
---|
String getName() throws IOException, AutomationException
Name specifies the name of the network dataset.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INAServerNetworkAttribute[] getNetworkAttributes() throws IOException, AutomationException
NetworkAttributes returns an array of NAServerNetworkAttribute objects that describe the network attributes that are part of the network dataset.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.INAServerNetworkSource[] getNetworkSources() throws IOException, AutomationException
NetworkSources returns an array of NAServerNetworkSource objects that describe the network sources that are part of the network dataset.
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 |