|
|||||||||
| 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.CreateAddressLocator
public class CreateAddressLocator
Creates an address locator The Create Address Locator 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 | |
|---|---|
CreateAddressLocator()
Creates the Create Address Locator tool with defaults. |
|
CreateAddressLocator(Object inAddressLocatorStyle,
Object inReferenceData,
Object inFieldMap,
Object outAddressLocator)
Creates the Create Address Locator tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getConfigKeyword()
Returns the Configuration Keyword parameter of this tool . |
Object |
getInAddressLocatorStyle()
Returns the Address Locator Style parameter of this tool . |
Object |
getInFieldMap()
Returns the Field Map parameter of this tool . |
Object |
getInReferenceData()
Returns the Reference Data parameter of this tool . |
Object |
getOutAddressLocator()
Returns the Output Address Locator 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 |
setConfigKeyword(String configKeyword)
Sets the Configuration Keyword parameter of this tool . |
void |
setInAddressLocatorStyle(Object inAddressLocatorStyle)
Sets the Address Locator Style parameter of this tool . |
void |
setInFieldMap(Object inFieldMap)
Sets the Field Map parameter of this tool . |
void |
setInReferenceData(Object inReferenceData)
Sets the Reference Data parameter of this tool . |
void |
setOutAddressLocator(Object outAddressLocator)
Sets the Output Address Locator 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 CreateAddressLocator()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CreateAddressLocator(Object inAddressLocatorStyle,
Object inReferenceData,
Object inFieldMap,
Object outAddressLocator)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inAddressLocatorStyle - Address Locator Style, the address locator style on which to base the new address locator.
When you specify an ArcSDE address locator style, the output address locator must be stored in the same ArcSDE database. You must also fully qualify an ArcSDE locator style with its workspace, as shown in the example below.inReferenceData - (Table View String; Table View String;...), custom locator styles or locator styles provided by third parties may define a different set of roles for reference datasets.inFieldMap - 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.outAddressLocator - Address Locator, the address locator to create. If you choose an ArcSDE address locator style, you must store the locator in the same ArcSDE database. You must also fully qualify the output address locator with its workspace, as shown in the example below.| Method Detail |
|---|
public Object getInAddressLocatorStyle()
public void setInAddressLocatorStyle(Object inAddressLocatorStyle)
inAddressLocatorStyle - Address Locator Style, the address locator style on which to base the new address locator.
When you specify an ArcSDE address locator style, the output address locator must be stored in the same ArcSDE database. You must also fully qualify an ArcSDE locator style with its workspace, as shown in the example below.public Object getInReferenceData()
public void setInReferenceData(Object inReferenceData)
inReferenceData - (Table View String; Table View String;...), custom locator styles or locator styles provided by third parties may define a different set of roles for reference datasets.public Object getInFieldMap()
public void setInFieldMap(Object inFieldMap)
inFieldMap - 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 getOutAddressLocator()
public void setOutAddressLocator(Object outAddressLocator)
outAddressLocator - Address Locator, the address locator to create. If you choose an ArcSDE address locator style, you must store the locator in the same ArcSDE database. You must also fully qualify the output address locator with its workspace, as shown in the example below.public String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword - String, the configuration keyword that determines the storage parameters of the table in a Relational Database Management System (RDBMS) - ArcSDE only.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 | ||||||||