com.esri.arcgis.geodatabase
Interface IStreetNameFields2

All Superinterfaces:
IStreetNameFields, java.io.Serializable
All Known Implementing Classes:
IStreetNameFields2Proxy, StreetNameFields

public interface IStreetNameFields2
extends IStreetNameFields, java.io.Serializable

COM Interface 'IStreetNameFields2'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to a container for describing the street name fields used in generating driving 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID195dee8d_4025_49ae_a76b_3a198d110fdb
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geodatabase.IStreetNameFields
IIDa69522da_5c7e_439d_bb91_60cc70ff7fc0
 
Method Summary
 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.
 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.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IStreetNameFields
getPrefixDirectionFieldName, getPrefixTypeFieldName, getPriority, getStreetNameFieldName, getSuffixDirectionFieldName, getSuffixTypeFieldName, setPrefixDirectionFieldName, setPrefixTypeFieldName, setPriority, setStreetNameFieldName, setSuffixDirectionFieldName, setSuffixTypeFieldName
 

Field Detail

IID195dee8d_4025_49ae_a76b_3a198d110fdb

static final int IID195dee8d_4025_49ae_a76b_3a198d110fdb
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getHighwayDirectionFieldName

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

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

setHighwayDirectionFieldName

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

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

getLanguageFieldName

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

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

setLanguageFieldName

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

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

getFullNameFieldName

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

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

setFullNameFieldName

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

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