|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INAClassFieldMap
COM Interface 'INAClassFieldMap'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriNetworkAnalyst.olb'
Description: 'Provides access to the the mapping of input fields to output fields.' 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 |
IIDcab2ff06_6d86_405d_982f_6f30f3bc58ac
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
createMapping(INAClassDefinition classDef,
IFields fields)
Creates a new field name mapping. |
int |
getCount()
The count of field mappings defined. |
java.lang.Object |
getDefaultValue(java.lang.String fieldName)
The default field value for a given input field name. |
java.lang.String |
getFieldName(int index)
The mapping for the given index. |
java.lang.String |
getMappedField(java.lang.String fieldName)
The output field name mapped to a given input field name. |
void |
remove(java.lang.String fieldName)
Removes the entry for an existing field name mapping. |
void |
setDefaultValue(java.lang.String fieldName,
java.lang.Object value)
The default field value for a given input field name. |
void |
setMappedField(java.lang.String fieldName,
java.lang.String mappedField)
The output field name mapped to a given input field name. |
| Field Detail |
|---|
static final int IIDcab2ff06_6d86_405d_982f_6f30f3bc58ac
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setMappedField(java.lang.String fieldName,
java.lang.String mappedField)
throws java.io.IOException,
AutomationException
fieldName - The fieldName (in)mappedField - The mappedField (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getMappedField(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
fieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDefaultValue(java.lang.String fieldName,
java.lang.Object value)
throws java.io.IOException,
AutomationException
fieldName - The fieldName (in)value - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getDefaultValue(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
fieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void remove(java.lang.String fieldName)
throws java.io.IOException,
AutomationException
fieldName - The fieldName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void createMapping(INAClassDefinition classDef,
IFields fields)
throws java.io.IOException,
AutomationException
classDef - A reference to a com.esri.arcgis.networkanalyst.INAClassDefinition (in)fields - A reference to a com.esri.arcgis.geodatabase.IFields (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getFieldName(int index)
throws java.io.IOException,
AutomationException
index - The index (in)
java.io.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 | ||||||||