com.esri.arcgis.location
Interface IPlaceNameAlias

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSAddressLocator, ESRIFDOAddressLocator, ESRIFDOAddressLocatorStyle, ESRIGen2AddressLocator, ESRIGen2AddressLocatorStyle, IPlaceNameAliasProxy, StreetMapAddressLocator, StreetMapAddressLocatorStyle

public interface IPlaceNameAlias
extends java.io.Serializable

COM Interface 'IPlaceNameAlias'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to memebers that specify a place name alias table.' 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 IIDe5aaa254_3ebd_49a7_aa9f_62ae8c762f9c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getAliasField()
          Name of the alias field.
 java.lang.Object getDefaultAliasFieldNames()
          Recognized names for the address fields in the place name alias table.
 ITableName getTable()
          Name object for the place name alias table.
 java.lang.String IPlaceNameAlias_getAddressFields()
          Names of the address fields.
 void setAddressFields(java.lang.String fieldList)
          Names of the address fields.
 void setAliasField(java.lang.String name)
          Name of the alias field.
 void setDefaultAliasFieldNames(java.lang.Object names)
          Recognized names for the address fields in the place name alias table.
 void setTableByRef(ITableName name)
          Name object for the place name alias table.
 

Field Detail

IIDe5aaa254_3ebd_49a7_aa9f_62ae8c762f9c

static final int IIDe5aaa254_3ebd_49a7_aa9f_62ae8c762f9c
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

getTable

ITableName getTable()
                    throws java.io.IOException,
                           AutomationException
Name object for the place name alias table.

Returns:
A reference to a com.esri.arcgis.geodatabase.ITableName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableByRef

void setTableByRef(ITableName name)
                   throws java.io.IOException,
                          AutomationException
Name object for the place name alias table.

Parameters:
name - A reference to a com.esri.arcgis.geodatabase.ITableName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAliasField

java.lang.String getAliasField()
                               throws java.io.IOException,
                                      AutomationException
Name of the alias field.

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

setAliasField

void setAliasField(java.lang.String name)
                   throws java.io.IOException,
                          AutomationException
Name of the alias field.

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

IPlaceNameAlias_getAddressFields

java.lang.String IPlaceNameAlias_getAddressFields()
                                                  throws java.io.IOException,
                                                         AutomationException
Names of the address fields.

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

setAddressFields

void setAddressFields(java.lang.String fieldList)
                      throws java.io.IOException,
                             AutomationException
Names of the address fields.

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

getDefaultAliasFieldNames

java.lang.Object getDefaultAliasFieldNames()
                                           throws java.io.IOException,
                                                  AutomationException
Recognized names for the address fields in the place name alias table.

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

setDefaultAliasFieldNames

void setDefaultAliasFieldNames(java.lang.Object names)
                               throws java.io.IOException,
                                      AutomationException
Recognized names for the address fields in the place name alias table.

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