|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.AbstractGPTool
com.esri.arcgis.geoprocessing.tools.geocodingtools.StandardizeAddresses
Standardizes the address information in a table or feature class. When you create an address locator, the address fields in the reference data that you use for the locator should be standardized according to the geocoding rules used by the address locator. Doing so will increase the geocoding match rate that you can achieve with the address locator. The Standardize Addresses tool is contained in the Geocoding Tools tool box.
Software restrictions: none
| Field Summary |
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
vals |
| Constructor Summary | |
StandardizeAddresses()
Creates the Standardize Addresses tool with defaults. |
|
StandardizeAddresses(java.lang.Object inAddressData,
java.lang.Object inInputAddressFields,
java.lang.Object inAddressLocatorStyle,
java.lang.Object inOutputAddressFields,
java.lang.Object outAddressData)
Creates the Standardize Addresses tool with the required parameters. |
|
| Method Summary | |
java.lang.Object |
getInAddressData()
Returns the Input Address Data parameter of this tool . |
java.lang.Object |
getInAddressLocatorStyle()
Returns the Address Locator Style parameter of this tool . |
java.lang.Object |
getInInputAddressFields()
Returns the Input Address Fields parameter of this tool . |
java.lang.Object |
getInOutputAddressFields()
Returns the Output Address Fields parameter of this tool . |
java.lang.String |
getInRelationshipType()
Returns the Dynamic Output Data. |
java.lang.Object |
getOutAddressData()
Returns the Output Address Data parameter of this tool . |
java.lang.String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
java.lang.String |
getToolboxName()
Returns the name of the tool box containing this tool. |
java.lang.String |
getToolName()
Returns the name of this tool. |
void |
setInAddressData(java.lang.Object inAddressData)
Sets the Input Address Data parameter of this tool . |
void |
setInAddressLocatorStyle(java.lang.Object inAddressLocatorStyle)
Sets the Address Locator Style parameter of this tool . |
void |
setInInputAddressFields(java.lang.Object inInputAddressFields)
Sets the Input Address Fields parameter of this tool . |
void |
setInOutputAddressFields(java.lang.Object inOutputAddressFields)
Sets the Output Address Fields parameter of this tool . |
void |
setInRelationshipType(java.lang.String inRelationshipType)
Sets the Dynamic Output Data. |
void |
setOutAddressData(java.lang.Object outAddressData)
Sets the Output Address Data 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 StandardizeAddresses()
Initializes the array of tool parameters with the default values specified when the tool was created.
public StandardizeAddresses(java.lang.Object inAddressData,
java.lang.Object inInputAddressFields,
java.lang.Object inAddressLocatorStyle,
java.lang.Object inOutputAddressFields,
java.lang.Object outAddressData)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inAddressData - Table View, the table or feature class containing address information that you want to standardize.inInputAddressFields - String, the set of fields in the input table or feature class that, when concatenated, form the address to be standardized.inAddressLocatorStyle - Address Locator Style, the address locator style to use to standardize the address information in the input table or feature class. When you specify an ArcSDE address locator style from the command line or within a scripting environment, you must qualify the name of the locator style with the ArcSDE workspace that contains it, as shown in the example below. This parameter does not use the Workspace environment variable.inOutputAddressFields - String, the set of standardized address fields to include in the output table or feature class.outAddressData - Dataset, the output table or feature class to create containing the standardized address fields.| Method Detail |
public java.lang.Object getInAddressData()
public void setInAddressData(java.lang.Object inAddressData)
inAddressData - Table View, the table or feature class containing address information that you want to standardize.public java.lang.Object getInInputAddressFields()
public void setInInputAddressFields(java.lang.Object inInputAddressFields)
inInputAddressFields - String, the set of fields in the input table or feature class that, when concatenated, form the address to be standardized.public java.lang.Object getInAddressLocatorStyle()
public void setInAddressLocatorStyle(java.lang.Object inAddressLocatorStyle)
inAddressLocatorStyle - Address Locator Style, the address locator style to use to standardize the address information in the input table or feature class. When you specify an ArcSDE address locator style from the command line or within a scripting environment, you must qualify the name of the locator style with the ArcSDE workspace that contains it, as shown in the example below. This parameter does not use the Workspace environment variable.public java.lang.Object getInOutputAddressFields()
public void setInOutputAddressFields(java.lang.Object inOutputAddressFields)
inOutputAddressFields - String, the set of standardized address fields to include in the output table or feature class.public java.lang.Object getOutAddressData()
public void setOutAddressData(java.lang.Object outAddressData)
outAddressData - Dataset, the output table or feature class to create containing the standardized address fields.public java.lang.String getInRelationshipType()
public void setInRelationshipType(java.lang.String inRelationshipType)
inRelationshipType - String, by default, the Standardize Addresses command creates Static output. The Dynamic option only works if both the input and output datasets are contained in the same geodatabase workspace.public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||