|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.geocodingtools.GeocodeAddresses
public class GeocodeAddresses
Geocodes a table of addresses. This process requires a table that stores the addresses you want to geocode and an address locator or a composite address locator. This tool matches the addresses against the address locator and saves the result for each input record in a new point feature class. The Geocode Addresses tool is contained in the Geocoding Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
GeocodeAddresses()
Creates the Geocode Addresses tool with defaults. |
|
GeocodeAddresses(Object inTable,
Object addressLocator,
Object inAddressFields,
Object outFeatureClass)
Creates the Geocode Addresses tool with the required parameters. |
Method Summary | |
---|---|
Object |
getAddressLocator()
Returns the Input Address Locator parameter of this tool . |
Object |
getInAddressFields()
Returns the Input Address Fields parameter of this tool . |
Object |
getInTable()
Returns the Input Table parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
String |
getOutRelationshipType()
Returns the Dynamic Output Feature Class parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
String |
getToolName()
Returns the name of this tool. |
void |
setAddressLocator(Object addressLocator)
Sets the Input Address Locator parameter of this tool . |
void |
setInAddressFields(Object inAddressFields)
Sets the Input Address Fields parameter of this tool . |
void |
setInTable(Object inTable)
Sets the Input Table parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setOutRelationshipType(String outRelationshipType)
Sets the Dynamic Output Feature Class parameter of this tool . |
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
getParameterValues, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GeocodeAddresses()
Initializes the array of tool parameters with the default values specified when the tool was created.
public GeocodeAddresses(Object inTable, Object addressLocator, Object inAddressFields, Object outFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTable
- the table of addresses to geocode.addressLocator
- the address locator to use to geocode the table of addresses.inAddressFields
- the mapping of address fields used by the address locator to fields in the input table of addresses. each field mapping in this parameter is in the format Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- the table of addresses to geocode.public Object getAddressLocator()
public void setAddressLocator(Object addressLocator)
addressLocator
- the address locator to use to geocode the table of addresses.public Object getInAddressFields()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |