|
|||||||||
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.StandardizeAddresses
public class StandardizeAddresses
Standardizes the address information in a table or feature class. The Standardize Addresses tool is contained in the Geocoding Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
StandardizeAddresses()
Creates the Standardize Addresses tool with defaults. |
|
StandardizeAddresses(Object inAddressData,
Object inInputAddressFields,
Object inAddressLocatorStyle,
Object inOutputAddressFields,
Object outAddressData)
Creates the Standardize Addresses tool with the required parameters. |
Method Summary | |
---|---|
Object |
getInAddressData()
Returns the Input Address Data parameter of this tool . |
Object |
getInAddressLocatorStyle()
Returns the Address Locator Style parameter of this tool . |
Object |
getInInputAddressFields()
Returns the Input Address Fields parameter of this tool . |
Object |
getInOutputAddressFields()
Returns the Output Address Fields parameter of this tool . |
String |
getInRelationshipType()
Returns the Dynamic Output Data. |
Object |
getOutAddressData()
Returns the Output Address Data 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 |
setInAddressData(Object inAddressData)
Sets the Input Address Data parameter of this tool . |
void |
setInAddressLocatorStyle(Object inAddressLocatorStyle)
Sets the Address Locator Style parameter of this tool . |
void |
setInInputAddressFields(Object inInputAddressFields)
Sets the Input Address Fields parameter of this tool . |
void |
setInOutputAddressFields(Object inOutputAddressFields)
Sets the Output Address Fields parameter of this tool . |
void |
setInRelationshipType(String inRelationshipType)
Sets the Dynamic Output Data. |
void |
setOutAddressData(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(Object inAddressData, Object inInputAddressFields, Object inAddressLocatorStyle, Object inOutputAddressFields, 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
- the table or feature class containing address information that you want to standardize.inInputAddressFields
- the set of fields in the input table or feature class that, when concatenated, forms the address to be standardized.inAddressLocatorStyle
- the address locator style to use to standardize the address information in the input table or feature class.inOutputAddressFields
- the set of standardized address fields to include in the output table or feature class.outAddressData
- the output table or feature class to create containing the standardized address fields.Method Detail |
---|
public Object getInAddressData()
public void setInAddressData(Object inAddressData)
inAddressData
- the table or feature class containing address information that you want to standardize.public Object getInInputAddressFields()
public void setInInputAddressFields(Object inInputAddressFields)
inInputAddressFields
- the set of fields in the input table or feature class that, when concatenated, forms the address to be standardized.public Object getInAddressLocatorStyle()
public void setInAddressLocatorStyle(Object inAddressLocatorStyle)
inAddressLocatorStyle
- the address locator style to use to standardize the address information in the input table or feature class.public Object getInOutputAddressFields()
public void setInOutputAddressFields(Object inOutputAddressFields)
inOutputAddressFields
- the set of standardized address fields to include in the output table or feature class.public Object getOutAddressData()
public void setOutAddressData(Object outAddressData)
outAddressData
- the output table or feature class to create containing the standardized address fields.public String getInRelationshipType()
public void setInRelationshipType(String inRelationshipType)
inRelationshipType
- indicates whether to create a static or dynamic output dataset.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |