com.esri.arcgis.geodatabase
Interface IDirectionsAttributeMapping

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DirectionsAttributeMapping, IDirectionsAttributeMappingProxy

public interface IDirectionsAttributeMapping
extends java.io.Serializable

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

Description: 'Provides access to the properties for directions attribute mapping.' 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 IID1ac4346c_1c68_4fe9_a5da_fae0eeafc02e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAttributeName()
          The network attribute name associated with the directions key name.
 java.lang.String getKeyName()
          The key name to be used for driving directions generation.
 void setAttributeName(java.lang.String attributeName)
          The network attribute name associated with the directions key name.
 void setKeyName(java.lang.String keyName)
          The key name to be used for driving directions generation.
 

Field Detail

IID1ac4346c_1c68_4fe9_a5da_fae0eeafc02e

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

setKeyName

void setKeyName(java.lang.String keyName)
                throws java.io.IOException,
                       AutomationException
The key name to be used for driving directions generation.

Parameters:
keyName - The keyName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyName

java.lang.String getKeyName()
                            throws java.io.IOException,
                                   AutomationException
The key name to be used for driving directions generation.

Returns:
The keyName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttributeName

void setAttributeName(java.lang.String attributeName)
                      throws java.io.IOException,
                             AutomationException
The network attribute name associated with the directions key name.

Parameters:
attributeName - The attributeName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAttributeName

java.lang.String getAttributeName()
                                  throws java.io.IOException,
                                         AutomationException
The network attribute name associated with the directions key name.

Returns:
The attributeName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.