public interface IDirectionsFieldMappingDescriptor
extends java.io.Serializable
Description: 'Provides access to the properties for directions field mapping descriptor.' 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 |
IIDdaa03537_00e6_4be3_8ef8_94dfefc9bef4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName(int direction)
The localized user friendly name.
|
java.lang.String |
getKeyName()
The directions key name of the directions field mapping.
|
int |
getMappingType()
The type of directions field mapping.
|
ILongArray |
getSupportedDataTypes()
The array of esriFieldType values to describe supported data types.
|
ILongArray |
getSupportedSourceTypes()
The array of esriNetworkSourceType values to describe supported network source types.
|
static final int IIDdaa03537_00e6_4be3_8ef8_94dfefc9bef4
static final int xxDummy
static final java.lang.String IID
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.java.lang.String getDisplayName(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.int getMappingType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getSupportedDataTypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getSupportedSourceTypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.