com.esri.arcgis.location
Interface IAdvancedGeocoding

All Superinterfaces:
IAddressGeocoding, java.io.Serializable
All Known Subinterfaces:
IAdvancedGeocoding2
All Known Implementing Classes:
AGSAddressLocator, CompositeLocator, ESRIFDOAddressLocator, IAdvancedGeocoding2Proxy, IAdvancedGeocodingProxy, StreetMapAddressLocator

public interface IAdvancedGeocoding
extends IAddressGeocoding, java.io.Serializable

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

Description: 'Provides access to members for advanced geocoding functions.' 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 IIDe0f10b74_eb7c_11d2_9f47_00c04f8ed1c4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.location.IAddressGeocoding
IID600a589a_ddc1_11d3_9f74_00c04f8ed1c4
 
Method Summary
 IArray findStandardizedAddressCandidates(IPropertySet standardizedAddress)
          Generates candidates for a standardized address.
 IFields getStandardizeFields()
          Fields contained in a standardized address.
 IPropertySet matchStandardizedAddress(IPropertySet standardizedAddress)
          Geocodes a single standardized address.
 void rematchTable(ITable pInputTable, java.lang.String inputFieldNames, java.lang.String inputJoinFieldName, IFeatureClass resultTable, java.lang.String outputFieldNames, java.lang.String outputJoinFieldName, java.lang.String whereClause, ITrackCancel cancelTracker)
          Rematches a geocoded feature class or shapefile.
 IPropertySet standardizeAddress(IPropertySet address, boolean[] isAnIntersection)
          Standardizes an address.
 
Methods inherited from interface com.esri.arcgis.location.IAddressGeocoding
getMatchFields, matchAddress, matchTable, validate
 

Field Detail

IIDe0f10b74_eb7c_11d2_9f47_00c04f8ed1c4

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

getStandardizeFields

IFields getStandardizeFields()
                             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.

rematchTable

void rematchTable(ITable pInputTable,
                  java.lang.String inputFieldNames,
                  java.lang.String inputJoinFieldName,
                  IFeatureClass resultTable,
                  java.lang.String outputFieldNames,
                  java.lang.String outputJoinFieldName,
                  java.lang.String whereClause,
                  ITrackCancel cancelTracker)
                  throws java.io.IOException,
                         AutomationException
Rematches a geocoded feature class or shapefile.

Parameters:
pInputTable - A reference to a com.esri.arcgis.geodatabase.ITable (in)
inputFieldNames - The inputFieldNames (in)
inputJoinFieldName - The inputJoinFieldName (in)
resultTable - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
outputFieldNames - The outputFieldNames (in)
outputJoinFieldName - The outputJoinFieldName (in)
whereClause - The whereClause (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.

matchStandardizedAddress

IPropertySet matchStandardizedAddress(IPropertySet standardizedAddress)
                                      throws java.io.IOException,
                                             AutomationException
Geocodes a single standardized address.

Parameters:
standardizedAddress - A reference to a com.esri.arcgis.system.IPropertySet (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.

findStandardizedAddressCandidates

IArray findStandardizedAddressCandidates(IPropertySet standardizedAddress)
                                         throws java.io.IOException,
                                                AutomationException
Generates candidates for a standardized address.

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

standardizeAddress

IPropertySet standardizeAddress(IPropertySet address,
                                boolean[] isAnIntersection)
                                throws java.io.IOException,
                                       AutomationException
Standardizes an address.

Parameters:
address - A reference to a com.esri.arcgis.system.IPropertySet (in)
isAnIntersection - The isAnIntersection (in/out: use single element array)
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.