|
|||||||||
| 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.GeocodeAddresses
public class GeocodeAddresses
Geocodes a table of addresses The Geocode 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 | |
|---|---|
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 - Table View, the address table to geocodeaddressLocator - Address Locator, the address locator to use to geocode the address tableinAddressFields - Field Info, to determine the alias name for a reference data field used by a locator style, open the Create Address Locator tool and choose the locator style. The name that appears in the Field Name column of the Field Map control is the field's alias name.outFeatureClass - Feature Class, the output geocoded feature class or shapefile| Method Detail |
|---|
public Object getInTable()
public void setInTable(Object inTable)
inTable - Table View, the address table to geocodepublic Object getAddressLocator()
public void setAddressLocator(Object addressLocator)
addressLocator - Address Locator, the address locator to use to geocode the address tablepublic Object getInAddressFields()
public void setInAddressFields(Object inAddressFields)
inAddressFields - Field Info, to determine the alias name for a reference data field used by a locator style, open the Create Address Locator tool and choose the locator style. The name that appears in the Field Name column of the Field Map control is the field's alias name.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass - Feature Class, the output geocoded feature class or shapefilepublic String getOutRelationshipType()
public void setOutRelationshipType(String outRelationshipType)
outRelationshipType - String, indicates whether to create a static copy of the address table inside the geocoded feature class or to create a dynamically updated geocoded feature class.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 | ||||||||