com.esri.arcgis.catalogUI
Interface INetworkDirectionConfiguration2

All Superinterfaces:
INetworkDirectionConfiguration, java.io.Serializable
All Known Subinterfaces:
INetworkDirectionConfiguration3
All Known Implementing Classes:
INetworkDirectionConfiguration2Proxy, INetworkDirectionConfiguration3Proxy, NetworkConfiguration

public interface INetworkDirectionConfiguration2
extends INetworkDirectionConfiguration, java.io.Serializable

COM Interface 'INetworkDirectionConfiguration2'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to the network direction configuration.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID8455e852_6433_4b4f_b607_19db93ea6b2b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.catalogUI.INetworkDirectionConfiguration
IIDfc9638f4_3e99_4b39_a2d4_8603a712564a
 
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
 

Field Detail

IID8455e852_6433_4b4f_b607_19db93ea6b2b

static final int IID8455e852_6433_4b4f_b607_19db93ea6b2b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFullNames

IStringArray getFullNames()
                          throws java.io.IOException,
                                 AutomationException
The full name direction field names.

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

getHighwayDirectionNames

IStringArray getHighwayDirectionNames()
                                      throws java.io.IOException,
                                             AutomationException
The highway direction field names.

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

getLanguageNames

IStringArray getLanguageNames()
                              throws java.io.IOException,
                                     AutomationException
The language direction field names.

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

getDirectionsAttributeMappingConstraintsPropertySets

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

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

getDirectionsFieldMappingConstraintsPropertySets

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

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