com.esri.arcgis.networkanalyst
Interface INAServerNetworkDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
NAServerNetworkDescription

public interface INAServerNetworkDescription
extends Serializable

Provides access to properties that describe the network dataset.

Remarks

The INAServerNetworkDescription interface is used to access the properties of a network dataset within NAServer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getName()
          Name of the Network Dataset.
 INAServerNetworkAttribute[] getNetworkAttributes()
          Network Dataset Attributes.
 INAServerNetworkSource[] getNetworkSources()
          Network Dataset Sources.
 

Method Detail

getName

String getName()
               throws IOException,
                      AutomationException
Name of the Network Dataset.

Remarks

Name specifies the name of the network dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkAttributes

INAServerNetworkAttribute[] getNetworkAttributes()
                                                 throws IOException,
                                                        AutomationException
Network Dataset Attributes.

Remarks

NetworkAttributes returns an array of NAServerNetworkAttribute objects that describe the network attributes that are part of the network dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerNetworkAttribute array
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNetworkSources

INAServerNetworkSource[] getNetworkSources()
                                           throws IOException,
                                                  AutomationException
Network Dataset Sources.

Remarks

NetworkSources returns an array of NAServerNetworkSource objects that describe the network sources that are part of the network dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.networkanalyst.INAServerNetworkSource array
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.