com.esri.arcgis.geodatabase
Interface IDirectionsFieldMapping

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DirectionsFieldMapping, IDirectionsFieldMappingProxy

public interface IDirectionsFieldMapping
extends java.io.Serializable

COM Interface 'IDirectionsFieldMapping'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID83a34c32_8230_4f0e_a647_e63765ce7af4
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID83a34c32_8230_4f0e_a647_e63765ce7af4

static final int IID83a34c32_8230_4f0e_a647_e63765ce7af4
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setKeyName

void setKeyName(java.lang.String keyName)
                throws java.io.IOException,
                       AutomationException
The directions key name of the directions field mapping.

Parameters:
keyName - The keyName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getKeyName

java.lang.String getKeyName()
                            throws java.io.IOException,
                                   AutomationException
The directions key name of the directions field mapping.

Returns:
The keyName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldName

void setFieldName(int direction,
                  java.lang.String fieldName)
                  throws java.io.IOException,
                         AutomationException
The network source field name associated with the directions key name and direction.

Parameters:
direction - A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)
fieldName - The fieldName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFieldName

java.lang.String getFieldName(int direction)
                              throws java.io.IOException,
                                     AutomationException
The network source field name associated with the directions key name and direction.

Parameters:
direction - A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)
Returns:
The fieldName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.