com.esri.arcgis.location
Interface ISimpleStandardization

All Superinterfaces:
Serializable
All Known Implementing Classes:
ESRIFDOAddressLocator, ESRIFDOAddressLocatorStyle, ESRIGen2AddressLocatorStyle, ISimpleStandardizationProxy, StreetMapAddressLocator, StreetMapAddressLocatorStyle

public interface ISimpleStandardization
extends Serializable

Provides access to members for address standardization.

Product Availability

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


Method Summary
 IFields getSimpleStandardizeFields()
          Fields contained in a standardized address.
 IPropertySet simpleStandardizeAddress(String address)
          Standardize a single address.
 void simpleStandardizeTable(ITable inputTable, String inputFieldsToConcatinate, String whereClause, ITable outputTable, String outputFieldNames, IPropertySet fieldsToCopy, ITrackCancel cancelTracker)
          Standardize a table of addresses.
 

Method Detail

simpleStandardizeTable

void simpleStandardizeTable(ITable inputTable,
                            String inputFieldsToConcatinate,
                            String whereClause,
                            ITable outputTable,
                            String outputFieldNames,
                            IPropertySet fieldsToCopy,
                            ITrackCancel cancelTracker)
                            throws IOException,
                                   AutomationException
Standardize a table of addresses.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
inputTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
inputFieldsToConcatinate - The inputFieldsToConcatinate (in)
whereClause - The whereClause (in)
outputTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
outputFieldNames - The outputFieldNames (in)
fieldsToCopy - A reference to a com.esri.arcgis.system.IPropertySet (in)
cancelTracker - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSimpleStandardizeFields

IFields getSimpleStandardizeFields()
                                   throws IOException,
                                          AutomationException
Fields contained in a standardized address.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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

simpleStandardizeAddress

IPropertySet simpleStandardizeAddress(String address)
                                      throws IOException,
                                             AutomationException
Standardize a single address.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
address - The address (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.