com.esri.arcgis.geoprocessing.tools.geocodingtools
Class RematchAddresses

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.geocodingtools.RematchAddresses
All Implemented Interfaces:
GPTool

public class RematchAddresses
extends AbstractGPTool

Rematches addresses in a geocoded feature class. The Rematch Addresses tool is contained in the Geocoding Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
RematchAddresses()
          Creates the Rematch Addresses tool with defaults.
RematchAddresses(Object inGeocodedFeatureClass)
          Creates the Rematch Addresses tool with the required parameters.
 
Method Summary
 Object getInGeocodedFeatureClass()
          Returns the Input Feature Class parameter of this tool .
 Object getInWhereClause()
          Returns the Where Clause parameter of this tool .
 Object getOutGeocodedFeatureClass()
          Returns the Output Feature Class parameter of this tool (Read only).
 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 setInGeocodedFeatureClass(Object inGeocodedFeatureClass)
          Sets the Input Feature Class parameter of this tool .
 void setInWhereClause(Object inWhereClause)
          Sets the Where Clause 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

RematchAddresses

public RematchAddresses()
Creates the Rematch Addresses tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


RematchAddresses

public RematchAddresses(Object inGeocodedFeatureClass)
Creates the Rematch Addresses tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inGeocodedFeatureClass - the geocoded feature class you want to rematch.
Method Detail

getInGeocodedFeatureClass

public Object getInGeocodedFeatureClass()
Returns the Input Feature Class parameter of this tool . This parameter is the geocoded feature class you want to rematch. This is a required parameter.

Returns:
the Input Feature Class

setInGeocodedFeatureClass

public void setInGeocodedFeatureClass(Object inGeocodedFeatureClass)
Sets the Input Feature Class parameter of this tool . This parameter is the geocoded feature class you want to rematch. This is a required parameter.

Parameters:
inGeocodedFeatureClass - the geocoded feature class you want to rematch.

getInWhereClause

public Object getInWhereClause()
Returns the Where Clause parameter of this tool . This parameter is an SQL expression used to select a subset of features. the syntax for the expression differs slightly depending on the data source. For example, if you're querying file or ArcSDE geodatabases, or shapefiles, enclose field names in double quotes: "MY_FIELD" if you're querying personal geodatabases, enclose fields in square brackets: [MY_FIELD]. for more information on SQL syntax and how it differs between data sources, see SQL Reference. This is an optional parameter.

Returns:
the Where Clause

setInWhereClause

public void setInWhereClause(Object inWhereClause)
Sets the Where Clause parameter of this tool . This parameter is an SQL expression used to select a subset of features. the syntax for the expression differs slightly depending on the data source. For example, if you're querying file or ArcSDE geodatabases, or shapefiles, enclose field names in double quotes: "MY_FIELD" if you're querying personal geodatabases, enclose fields in square brackets: [MY_FIELD]. for more information on SQL syntax and how it differs between data sources, see SQL Reference. This is an optional parameter.

Parameters:
inWhereClause - an SQL expression used to select a subset of features. the syntax for the expression differs slightly depending on the data source. For example, if you're querying file or ArcSDE geodatabases, or shapefiles, enclose field names in double quotes: "MY_FIELD" if you're querying personal geodatabases, enclose fields in square brackets: [MY_FIELD]. for more information on SQL syntax and how it differs between data sources, see SQL Reference.

getOutGeocodedFeatureClass

public Object getOutGeocodedFeatureClass()
Returns the Output Feature Class parameter of this tool (Read only). This is an derived parameter.

Returns:
the Output Feature Class

getToolName

public String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias