public interface IDirectionsFieldMapping
extends java.io.Serializable
Description: 'Provides access to the properties for directions field 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 |
IID83a34c32_8230_4f0e_a647_e63765ce7af4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldName(int direction)
The network source field name associated with the directions key name and direction.
|
java.lang.String |
getKeyName()
The directions key name of the directions field mapping.
|
void |
setFieldName(int direction,
java.lang.String fieldName)
The network source field name associated with the directions key name and direction.
|
void |
setKeyName(java.lang.String keyName)
The directions key name of the directions field mapping.
|
static final int IID83a34c32_8230_4f0e_a647_e63765ce7af4
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 setFieldName(int direction, java.lang.String fieldName) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)fieldName
- The fieldName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getFieldName(int direction) throws java.io.IOException, AutomationException
direction
- A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.