public interface IDirectionsAttributeMapping
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID1ac4346c_1c68_4fe9_a5da_fae0eeafc02e |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 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 directions generation.
|
static final int IID1ac4346c_1c68_4fe9_a5da_fae0eeafc02e
static final int xxDummy
static final java.lang.String IID
void setKeyName(java.lang.String keyName) throws java.io.IOException, AutomationException
keyName
- The keyName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getKeyName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAttributeName(java.lang.String attributeName) throws java.io.IOException, AutomationException
attributeName
- The attributeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getAttributeName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.