com.esri.arcgis.geodatabase
Interface INetworkSourceDirections2

All Superinterfaces:
INetworkSourceDirections, java.io.Serializable
All Known Subinterfaces:
INetworkSourceDirections3
All Known Implementing Classes:
INetworkSourceDirections2Proxy, INetworkSourceDirections3Proxy, NetworkSourceDirections

public interface INetworkSourceDirections2
extends INetworkSourceDirections, java.io.Serializable

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

Description: 'Provides access to the properties for generating driving directions for a specific network dataset source.' 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 IIDcd84e891_2b4a_4ced_83f2_dedd9e24e16b
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkSourceDirections
IIDdfe6c801_152d_4d0f_b3aa_54331384d777
 
Method Summary
 IArray getFieldMappings()
          The collection of directions field mapping.
 void setFieldMappingsByRef(IArray fieldMappings)
          The collection of directions field mapping.
 
Methods inherited from interface com.esri.arcgis.geodatabase.INetworkSourceDirections
getAdminAreaFieldName, getShields, getStreetNameFields, setAdminAreaFieldName, setShieldsByRef, setStreetNameFieldsByRef
 

Field Detail

IIDcd84e891_2b4a_4ced_83f2_dedd9e24e16b

static final int IIDcd84e891_2b4a_4ced_83f2_dedd9e24e16b
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

getFieldMappings

IArray getFieldMappings()
                        throws java.io.IOException,
                               AutomationException
The collection of directions field mapping.

Returns:
A reference to a com.esri.arcgis.system.IArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldMappingsByRef

void setFieldMappingsByRef(IArray fieldMappings)
                           throws java.io.IOException,
                                  AutomationException
The collection of directions field mapping.

Parameters:
fieldMappings - A reference to a com.esri.arcgis.system.IArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.