|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.DirectionsFieldMapping
public class DirectionsFieldMapping
A container for a directions field mapping.
Constructor Summary | |
---|---|
DirectionsFieldMapping()
Constructs a DirectionsFieldMapping using ArcGIS Engine. |
|
DirectionsFieldMapping(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. DirectionsFieldMapping theDirectionsFieldMapping = (DirectionsFieldMapping) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getFieldName(int direction)
The network source field name associated with the directions key name and direction. |
String |
getKeyName()
The directions key name of the directions field mapping. |
int |
hashCode()
the hashcode for this object |
void |
setFieldName(int direction,
String fieldName)
The network source field name associated with the directions key name and direction. |
void |
setKeyName(String keyName)
The directions key name of the directions field mapping. |
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 DirectionsFieldMapping() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic DirectionsFieldMapping(Object obj) throws IOException
DirectionsFieldMapping theDirectionsFieldMapping = (DirectionsFieldMapping) obj;
obj
to DirectionsFieldMapping
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setKeyName(String keyName) throws IOException, AutomationException
setKeyName
in interface IDirectionsFieldMapping
keyName
- 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 IDirectionsFieldMapping
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldName(int direction, String fieldName) throws IOException, AutomationException
setFieldName
in interface IDirectionsFieldMapping
direction
- A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFieldName(int direction) throws IOException, AutomationException
getFieldName
in interface IDirectionsFieldMapping
direction
- A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)
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 |