|
|||||||||
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.ReverseGeocode
public class ReverseGeocode
Creates addresses from point locations in a feature class. The reverse geocoding process searches for the nearest address or intersection for the point location based on the specified search distance. The Reverse Geocode tool is contained in the Geocoding Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ReverseGeocode()
Creates the Reverse Geocode tool with defaults. |
|
ReverseGeocode(Object inFeatures,
Object inAddressLocator,
Object outFeatureClass,
Object searchDistance)
Creates the Reverse Geocode tool with the required parameters. |
Method Summary | |
---|---|
String |
getAddressType()
Returns the Address Type parameter of this tool . |
Object |
getInAddressLocator()
Returns the Input Address Locator parameter of this tool . |
Object |
getInFeatures()
Returns the Input Features parameter of this tool . |
Object |
getOutFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getSearchDistance()
Returns the Within 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 |
setAddressType(String addressType)
Sets the Address Type parameter of this tool . |
void |
setInAddressLocator(Object inAddressLocator)
Sets the Input Address Locator parameter of this tool . |
void |
setInFeatures(Object inFeatures)
Sets the Input Features parameter of this tool . |
void |
setOutFeatureClass(Object outFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setSearchDistance(Object searchDistance)
Sets the Within 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 ReverseGeocode()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ReverseGeocode(Object inFeatures, Object inAddressLocator, Object outFeatureClass, Object searchDistance)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inFeatures
- a point feature class or layer from which addresses are returned based on the features' point location.inAddressLocator
- the address locator to use to reverse geocode the input feature class.outFeatureClass
- the output feature class.searchDistance
- the distance used to search for the nearest address or intersection for the point location.Method Detail |
---|
public Object getInFeatures()
public void setInFeatures(Object inFeatures)
inFeatures
- a point feature class or layer from which addresses are returned based on the features' point location.public Object getInAddressLocator()
public void setInAddressLocator(Object inAddressLocator)
inAddressLocator
- the address locator to use to reverse geocode the input feature class.public Object getOutFeatureClass()
public void setOutFeatureClass(Object outFeatureClass)
outFeatureClass
- the output feature class.public String getAddressType()
public void setAddressType(String addressType)
addressType
- indicates whether to return addresses for the points as street addresses or intersection addresses if the address locator supports intersection matching.public Object getSearchDistance()
public void setSearchDistance(Object searchDistance)
searchDistance
- the distance used to search for the nearest address or intersection for the point location.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 |