com.esri.arcgis.catalogUI
Interface INetworkDirectionConfiguration2

All Superinterfaces:
INetworkDirectionConfiguration, Serializable
All Known Implementing Classes:
NetworkConfiguration

public interface INetworkDirectionConfiguration2
extends INetworkDirectionConfiguration, Serializable

Provides access to the network direction configuration.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IPropertySet getDirectionsAttributeMappingConstraintsPropertySets()
          The PropertySet containing a PropertySet of attribute mapping constraints for each attribute mapping key.
 IPropertySet getDirectionsFieldMappingConstraintsPropertySets()
          The PropertySet containing a PropertySet of field mapping constraints for each field mapping key.
 IStringArray getFullNames()
          The full name direction field names.
 IStringArray getHighwayDirectionNames()
          The highway direction field names.
 IStringArray getLanguageNames()
          The language direction field names.
 
Methods inherited from interface com.esri.arcgis.catalogUI.INetworkDirectionConfiguration
getOutputLinearUnits, getPreDirNames, getPreTypeNames, getRoadClassAttributeNames, getStreetNames, getSuffixNames, getSuffixTypeNames
 

Method Detail

getFullNames

IStringArray getFullNames()
                          throws IOException,
                                 AutomationException
The full 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.

getHighwayDirectionNames

IStringArray getHighwayDirectionNames()
                                      throws IOException,
                                             AutomationException
The highway 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.

getLanguageNames

IStringArray getLanguageNames()
                              throws IOException,
                                     AutomationException
The language 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.

getDirectionsAttributeMappingConstraintsPropertySets

IPropertySet getDirectionsAttributeMappingConstraintsPropertySets()
                                                                  throws IOException,
                                                                         AutomationException
The PropertySet containing a PropertySet of attribute mapping constraints for each attribute mapping key.

Product Availability

Available with ArcGIS Desktop.

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

getDirectionsFieldMappingConstraintsPropertySets

IPropertySet getDirectionsFieldMappingConstraintsPropertySets()
                                                              throws IOException,
                                                                     AutomationException
The PropertySet containing a PropertySet of field mapping constraints for each field mapping key.

Product Availability

Available with ArcGIS Desktop.

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