|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStreetNameFields2
Provides access to a container for describing the street name fields used in generating driving directions.
Method Summary | |
---|---|
String |
getFullNameFieldName()
The field name used to store the full street name. |
String |
getHighwayDirectionFieldName()
The field name used for highway direction. |
String |
getLanguageFieldName()
The field name used for the language of the street. |
void |
setFullNameFieldName(String name)
The field name used to store the full street name. |
void |
setHighwayDirectionFieldName(String name)
The field name used for highway direction. |
void |
setLanguageFieldName(String name)
The field name used for the language of the street. |
Methods inherited from interface com.esri.arcgis.geodatabase.IStreetNameFields |
---|
getPrefixDirectionFieldName, getPrefixTypeFieldName, getPriority, getStreetNameFieldName, getSuffixDirectionFieldName, getSuffixTypeFieldName, setPrefixDirectionFieldName, setPrefixTypeFieldName, setPriority, setStreetNameFieldName, setSuffixDirectionFieldName, setSuffixTypeFieldName |
Method Detail |
---|
String getHighwayDirectionFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHighwayDirectionFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLanguageFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLanguageFieldName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFullNameFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFullNameFieldName(String name) throws IOException, AutomationException
name
- The name (in)
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 |