com.esri.arcgis.geodatabase
Interface INetworkDirections2

All Superinterfaces:
INetworkDirections, java.io.Serializable
All Known Implementing Classes:
INetworkDirections2Proxy, NetworkDirections

public interface INetworkDirections2
extends INetworkDirections, java.io.Serializable

COM Interface 'INetworkDirections2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to the properties for setting up driving directions.' 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 IID85301471_abad_49ee_aa65_fc498d75f362
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkDirections
IIDacda7b59_b41f_48b8_a1ce_582fe481053f
 
Method Summary
 IArray getAttributeMappings()
          The collection of directions attribute mapping.
 void setAttributeMappingsByRef(IArray attributeMappings)
          The collection of directions attribute mapping.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkDirections
getDefaultOutputLengthUnits, getLengthAttributeName, getRoadClassAttributeName, getTimeAttributeName, setDefaultOutputLengthUnits, setLengthAttributeName, setRoadClassAttributeName, setTimeAttributeName
 

Field Detail

IID85301471_abad_49ee_aa65_fc498d75f362

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

getAttributeMappings

IArray getAttributeMappings()
                            throws java.io.IOException,
                                   AutomationException
The collection of directions attribute mapping.

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

setAttributeMappingsByRef

void setAttributeMappingsByRef(IArray attributeMappings)
                               throws java.io.IOException,
                                      AutomationException
The collection of directions attribute mapping.

Parameters:
attributeMappings - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.