|
|||||||||
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.CreateAddressLocator
public class CreateAddressLocator
Creates an address locator. The address locator can be used to find a location of an address, geocode a table of addresses, or get the address of a point location. The Create Address Locator tool is contained in the Geocoding Tools tool box.
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
- the address locator style on which to base the new address locator.inReferenceData
- the reference data feature classes and tables to be used by the address locator, along with their roles. custom locator styles or locator styles provided by third parties may define a different set of roles for reference datasets.inFieldMap
- the mapping of reference data fields used by the address locator style to fields in the reference datasets. Each field mapping in this parameter is in the format: where outAddressLocator
- the address locator to create.Method Detail |
---|
public Object getInAddressLocatorStyle()
public void setInAddressLocatorStyle(Object inAddressLocatorStyle)
inAddressLocatorStyle
- the address locator style on which to base the new address locator.public Object getInReferenceData()
public void setInReferenceData(Object inReferenceData)
inReferenceData
- the reference data feature classes and tables to be used by the address locator, along with their roles. 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
- the mapping of reference data fields used by the address locator style to fields in the reference datasets. Each field mapping in this parameter is in the format: where public Object getOutAddressLocator()
public void setOutAddressLocator(Object outAddressLocator)
outAddressLocator
- the address locator to create.public String getConfigKeyword()
public void setConfigKeyword(String configKeyword)
configKeyword
- the configuration keyword that determines the storage parameters of the table in a Relational Database Management System (RDBMS)—ArcSDE and file geodatabases 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 |