|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectionsFieldMapping
Provides access to the properties for directions field mapping.
Method Summary | |
---|---|
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. |
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. |
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 setFieldName(int direction, String fieldName) throws IOException, AutomationException
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.String getFieldName(int direction) throws IOException, AutomationException
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 |