ESRI.ArcGIS.GeocodingTools
CreateCompositeAddressLocator Constructor(Object,Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeocodingTools Namespace > CreateCompositeAddressLocator Class > CreateCompositeAddressLocator Constructor : CreateCompositeAddressLocator Constructor(Object,Object,Object)




in_address_locators
The order of the participating address locators determines how candidates are searched and an address is matched. When you geocode a single address, the address will be matched against all participating address locators unless the locator is specified with a selection criterion. All the found candidates will be displayed based on the order of the listed participating address locators. If you geocode a table of addresses, addresses are matched automatically to the first best candidate found from the first participating address locators. If the address fails to match, it will fall back to the subsequent locator in the list. (In, Required)
in_field_map
The mapping of input fields used by each participating address locator to the input fields of the composite address locator. (In, Required)
out_composite_address_locator
The composite address locator to create. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_address_locators As Object, _
   ByVal in_field_map As Object, _
   ByVal out_composite_address_locator As Object _
)
Visual Basic (Usage)Copy Code
Dim in_address_locators As Object
Dim in_field_map As Object
Dim out_composite_address_locator As Object
 
Dim instance As CreateCompositeAddressLocator(in_address_locators, in_field_map, out_composite_address_locator)
C# 
public CreateCompositeAddressLocator( 
   object in_address_locators,
   object in_field_map,
   object out_composite_address_locator
)

Parameters

in_address_locators
The order of the participating address locators determines how candidates are searched and an address is matched. When you geocode a single address, the address will be matched against all participating address locators unless the locator is specified with a selection criterion. All the found candidates will be displayed based on the order of the listed participating address locators. If you geocode a table of addresses, addresses are matched automatically to the first best candidate found from the first participating address locators. If the address fails to match, it will fall back to the subsequent locator in the list. (In, Required)
in_field_map
The mapping of input fields used by each participating address locator to the input fields of the composite address locator. (In, Required)
out_composite_address_locator
The composite address locator to create. (Out, Required)

See Also

© 2010 All Rights Reserved.