|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.DirectionsAttributeMapping
public class DirectionsAttributeMapping
A container for a directions attribute mapping.
| Constructor Summary | |
|---|---|
DirectionsAttributeMapping()
Constructs a DirectionsAttributeMapping using ArcGIS Engine. |
|
DirectionsAttributeMapping(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DirectionsAttributeMapping theDirectionsAttributeMapping = (DirectionsAttributeMapping) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
String |
getAttributeName()
The network attribute name associated with the directions key name. |
static String |
getClsid()
getClsid. |
String |
getKeyName()
The key name to be used for driving directions generation. |
int |
hashCode()
the hashcode for this object |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public DirectionsAttributeMapping()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public DirectionsAttributeMapping(Object obj)
throws IOException
DirectionsAttributeMapping theDirectionsAttributeMapping = (DirectionsAttributeMapping) obj;
obj to DirectionsAttributeMapping.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public void setKeyName(String keyName)
throws IOException,
AutomationException
setKeyName in interface IDirectionsAttributeMappingkeyName - The keyName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getKeyName()
throws IOException,
AutomationException
getKeyName in interface IDirectionsAttributeMappingIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAttributeName(String attributeName)
throws IOException,
AutomationException
setAttributeName in interface IDirectionsAttributeMappingattributeName - The attributeName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAttributeName()
throws IOException,
AutomationException
getAttributeName in interface IDirectionsAttributeMappingIOException - 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 | ||||||||