|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectionsAttributeMapping
Provides access to the properties for directions attribute mapping.
Method Summary | |
---|---|
String |
getAttributeName()
The network attribute name associated with the directions key name. |
String |
getKeyName()
The key name to be used for driving directions generation. |
void |
setAttributeName(String attributeName)
The network attribute name associated with the directions key name. |
void |
setKeyName(String keyName)
The key name to be used for driving directions generation. |
Method Detail |
---|
void setKeyName(String keyName) throws IOException, AutomationException
keyName
- The keyName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getKeyName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAttributeName(String attributeName) throws IOException, AutomationException
attributeName
- The attributeName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getAttributeName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |