|
|||||||||
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.coveragetools.PointDistance
public class PointDistance
Computes the point-to-point distance between each point in a coverage to all points in the same or another coverage within a specified search radius. The Point Distance tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
PointDistance()
Creates the Point Distance tool with defaults. |
|
PointDistance(Object fromCover,
Object toCover,
Object outInfoTable)
Creates the Point Distance tool with the required parameters. |
Method Summary | |
---|---|
Object |
getFromCover()
Returns the From Coverage parameter of this tool . |
Object |
getOutInfoTable()
Returns the Output Info Table parameter of this tool . |
double |
getSearchRadius()
Returns the Search Radius parameter of this tool . |
Object |
getToCover()
Returns the To Coverage 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 |
setFromCover(Object fromCover)
Sets the From Coverage parameter of this tool . |
void |
setOutInfoTable(Object outInfoTable)
Sets the Output Info Table parameter of this tool . |
void |
setSearchRadius(double searchRadius)
Sets the Search Radius parameter of this tool . |
void |
setToCover(Object toCover)
Sets the To Coverage 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 PointDistance()
Initializes the array of tool parameters with the default values specified when the tool was created.
public PointDistance(Object fromCover, Object toCover, Object outInfoTable)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
fromCover
- the point coverage for which distances to another coverage's points are to be computed.toCover
- the point coverage from which point distances are to be measured. Distances between all points in the same coverage can be calculated by specifying the same coverage name for both outInfoTable
- the INFO data table created by Point Distance, which holds the distance measurements. The number of records created in Method Detail |
---|
public Object getFromCover()
public void setFromCover(Object fromCover)
fromCover
- the point coverage for which distances to another coverage's points are to be computed.public Object getToCover()
public void setToCover(Object toCover)
toCover
- the point coverage from which point distances are to be measured. Distances between all points in the same coverage can be calculated by specifying the same coverage name for both public Object getOutInfoTable()
public void setOutInfoTable(Object outInfoTable)
public double getSearchRadius()
public void setSearchRadius(double searchRadius)
searchRadius
- the maximum distance in coverage units a feature can be from the current point for consideration as the closest feature. The default value is the diagonal width of the from coverage’s BND.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 |