com.esri.arcgis.catalogUI
Interface INetworkDirectionConfiguration

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

public interface INetworkDirectionConfiguration
extends java.io.Serializable

COM Interface 'INetworkDirectionConfiguration'. 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 IIDfc9638f4_3e99_4b39_a2d4_8603a712564a
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IIDfc9638f4_3e99_4b39_a2d4_8603a712564a

static final int IIDfc9638f4_3e99_4b39_a2d4_8603a712564a
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

getOutputLinearUnits

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

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

getRoadClassAttributeNames

IStringArray getRoadClassAttributeNames()
                                        throws java.io.IOException,
                                               AutomationException
The road class attribute 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.

getPreDirNames

IStringArray getPreDirNames()
                            throws java.io.IOException,
                                   AutomationException
The prefix 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.

getPreTypeNames

IStringArray getPreTypeNames()
                             throws java.io.IOException,
                                    AutomationException
The prefix type 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.

getStreetNames

IStringArray getStreetNames()
                            throws java.io.IOException,
                                   AutomationException
The street 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.

getSuffixTypeNames

IStringArray getSuffixTypeNames()
                                throws java.io.IOException,
                                       AutomationException
The suffix type 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.

getSuffixNames

IStringArray getSuffixNames()
                            throws java.io.IOException,
                                   AutomationException
The suffix 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.