com.esri.arcgis.catalogUI
Interface INetworkDirectionConfiguration

All Superinterfaces:
Serializable
All Known Subinterfaces:
INetworkDirectionConfiguration2
All Known Implementing Classes:
NetworkConfiguration

public interface INetworkDirectionConfiguration
extends Serializable

Provides access to the network direction configuration.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 int getOutputLinearUnits()
          The default output linear units.
 IStringArray getPreDirNames()
          The prefix direction field names.
 IStringArray getPreTypeNames()
          The prefix type direction field names.
 IStringArray getRoadClassAttributeNames()
          The road class attribute names.
 IStringArray getStreetNames()
          The street name direction field names.
 IStringArray getSuffixNames()
          The suffix direction field names.
 IStringArray getSuffixTypeNames()
          The suffix type direction field names.
 

Method Detail

getOutputLinearUnits

int getOutputLinearUnits()
                         throws IOException,
                                AutomationException
The default output linear units.

Product Availability

Available with ArcGIS Desktop.

Returns:
A com.esri.arcgis.geodatabase.esriNetworkAttributeUnits constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRoadClassAttributeNames

IStringArray getRoadClassAttributeNames()
                                        throws IOException,
                                               AutomationException
The road class attribute names.

Product Availability

Available with ArcGIS Desktop.

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

getPreDirNames

IStringArray getPreDirNames()
                            throws IOException,
                                   AutomationException
The prefix direction field names.

Product Availability

Available with ArcGIS Desktop.

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

getPreTypeNames

IStringArray getPreTypeNames()
                             throws IOException,
                                    AutomationException
The prefix type direction field names.

Product Availability

Available with ArcGIS Desktop.

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

getStreetNames

IStringArray getStreetNames()
                            throws IOException,
                                   AutomationException
The street name direction field names.

Product Availability

Available with ArcGIS Desktop.

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

getSuffixTypeNames

IStringArray getSuffixTypeNames()
                                throws IOException,
                                       AutomationException
The suffix type direction field names.

Product Availability

Available with ArcGIS Desktop.

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

getSuffixNames

IStringArray getSuffixNames()
                            throws IOException,
                                   AutomationException
The suffix direction field names.

Product Availability

Available with ArcGIS Desktop.

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