|
|||||||||
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.RematchAddresses
public class RematchAddresses
Rematches addresses in a geocoded feature class. The Rematch Addresses tool is contained in the Geocoding Tools tool box.
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 |
---|
public RematchAddresses()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RematchAddresses(Object inGeocodedFeatureClass)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGeocodedFeatureClass
- the geocoded feature class you want to rematch.Method Detail |
---|
public Object getInGeocodedFeatureClass()
public void setInGeocodedFeatureClass(Object inGeocodedFeatureClass)
inGeocodedFeatureClass
- the geocoded feature class you want to rematch.public Object getInWhereClause()
public void setInWhereClause(Object inWhereClause)
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.public Object getOutGeocodedFeatureClass()
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 |