public interface IFeatureNameFields
extends java.io.Serializable
Description: 'Provides access to a container for describing the name fields used in generating directions.' 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 |
IIDa69522da_5c7e_439d_bb91_60cc70ff7fc0 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullNameFieldName()
The field name used to store the full street name.
|
java.lang.String |
getHighwayDirectionFieldName()
The field name used for highway direction.
|
java.lang.String |
getLanguageFieldName()
The field name used for the language of the street.
|
java.lang.String |
getPrefixDirectionFieldName()
The field name used for prefix direction.
|
java.lang.String |
getPrefixTypeFieldName()
The field name used for prefix type.
|
int |
getPriority()
The priority for when these street name fields are used.
|
java.lang.String |
getStreetNameFieldName()
The field name used for street name.
|
java.lang.String |
getSuffixDirectionFieldName()
The field name used for suffix direction.
|
java.lang.String |
getSuffixTypeFieldName()
The field name used for suffix type.
|
void |
setFullNameFieldName(java.lang.String name)
The field name used to store the full street name.
|
void |
setHighwayDirectionFieldName(java.lang.String name)
The field name used for highway direction.
|
void |
setLanguageFieldName(java.lang.String name)
The field name used for the language of the street.
|
void |
setPrefixDirectionFieldName(java.lang.String name)
The field name used for prefix direction.
|
void |
setPrefixTypeFieldName(java.lang.String name)
The field name used for prefix type.
|
void |
setPriority(int priority)
The priority for when these street name fields are used.
|
void |
setStreetNameFieldName(java.lang.String name)
The field name used for street name.
|
void |
setSuffixDirectionFieldName(java.lang.String name)
The field name used for suffix direction.
|
void |
setSuffixTypeFieldName(java.lang.String name)
The field name used for suffix type.
|
static final int IIDa69522da_5c7e_439d_bb91_60cc70ff7fc0
static final int xxDummy
static final java.lang.String IID
java.lang.String getPrefixDirectionFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPrefixDirectionFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getPrefixTypeFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPrefixTypeFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getStreetNameFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setStreetNameFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getSuffixTypeFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSuffixTypeFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getSuffixDirectionFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setSuffixDirectionFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getPriority()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setPriority(int priority)
throws java.io.IOException,
AutomationException
priority - The priority (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getHighwayDirectionFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setHighwayDirectionFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getLanguageFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setLanguageFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.java.lang.String getFullNameFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFullNameFieldName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.