com.esri.arcgis.geodatabase
Interface IStreetNameFields2

All Superinterfaces:
IStreetNameFields, Serializable
All Known Implementing Classes:
StreetNameFields

public interface IStreetNameFields2
extends IStreetNameFields, Serializable

Provides access to a container for describing the street name fields used in generating driving directions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getHighwayDirectionFieldName

String getHighwayDirectionFieldName()
                                    throws IOException,
                                           AutomationException
The field name used for highway direction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHighwayDirectionFieldName

void setHighwayDirectionFieldName(String name)
                                  throws IOException,
                                         AutomationException
The field name used for highway direction.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
name - The name (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLanguageFieldName

String getLanguageFieldName()
                            throws IOException,
                                   AutomationException
The field name used for the language of the street.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLanguageFieldName

void setLanguageFieldName(String name)
                          throws IOException,
                                 AutomationException
The field name used for the language of the street.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
name - The name (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFullNameFieldName

String getFullNameFieldName()
                            throws IOException,
                                   AutomationException
The field name used to store the full street name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The name
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFullNameFieldName

void setFullNameFieldName(String name)
                          throws IOException,
                                 AutomationException
The field name used to store the full street name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
name - The name (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.