com.esri.arcgis.location
Interface ISimpleStandardization

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

public interface ISimpleStandardization
extends java.io.Serializable

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

Description: 'Provides access to members for address standardization.' 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 IID1bb3b08b_45fc_43f3_a141_928881076c38
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IFields getSimpleStandardizeFields()
          Fields contained in a standardized address.
 IPropertySet simpleStandardizeAddress(java.lang.String address)
          Standardize a single address.
 void simpleStandardizeTable(ITable inputTable, java.lang.String inputFieldsToConcatinate, java.lang.String whereClause, ITable outputTable, java.lang.String outputFieldNames, IPropertySet fieldsToCopy, ITrackCancel cancelTracker)
          Standardize a table of addresses.
 

Field Detail

IID1bb3b08b_45fc_43f3_a141_928881076c38

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

simpleStandardizeTable

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

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:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSimpleStandardizeFields

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

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

simpleStandardizeAddress

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

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