|
|||||||||
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.spatialstatisticstools.AverageNearestNeighbor
public class AverageNearestNeighbor
Calculates a nearest neighbor index based on the average distance from each feature to its nearest neighboring feature. Results are accessible from the Results window. The Average Nearest Neighbor tool is contained in the Spatial Statistics Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
AverageNearestNeighbor()
Creates the Average Nearest Neighbor tool with defaults. |
|
AverageNearestNeighbor(Object inputFeatureClass,
String distanceMethod)
Creates the Average Nearest Neighbor tool with the required parameters. |
Method Summary | |
---|---|
double |
getArea()
Returns the Area parameter of this tool . |
String |
getDistanceMethod()
Returns the Distance Method parameter of this tool . |
String |
getGenerateReport()
Returns the Generate Report parameter of this tool . |
Object |
getHTMLReportFile()
Returns the HTML Report File parameter of this tool (Read only). |
Object |
getInputFeatureClass()
Returns the Input Feature Class parameter of this tool . |
double |
getNNExpected()
Returns the NNExpected parameter of this tool (Read only). |
double |
getNNObserved()
Returns the NNObserved parameter of this tool (Read only). |
double |
getNNRatio()
Returns the NNRatio parameter of this tool (Read only). |
double |
getNNZScore()
Returns the NNZScore parameter of this tool (Read only). |
double |
getPValue()
Returns the PValue parameter of this tool (Read only). |
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 |
setArea(double area)
Sets the Area parameter of this tool . |
void |
setDistanceMethod(String distanceMethod)
Sets the Distance Method parameter of this tool . |
void |
setGenerateReport(String generateReport)
Sets the Generate Report parameter of this tool . |
void |
setInputFeatureClass(Object inputFeatureClass)
Sets the Input 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 AverageNearestNeighbor()
Initializes the array of tool parameters with the default values specified when the tool was created.
public AverageNearestNeighbor(Object inputFeatureClass, String distanceMethod)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputFeatureClass
- the feature class, typically a point feature class, for which the average nearest neighbor distance will be calculated.distanceMethod
- specifies how distances are calculated from each feature to neighboring features.Method Detail |
---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass
- the feature class, typically a point feature class, for which the average nearest neighbor distance will be calculated.public String getDistanceMethod()
public void setDistanceMethod(String distanceMethod)
distanceMethod
- specifies how distances are calculated from each feature to neighboring features.public String getGenerateReport()
public void setGenerateReport(String generateReport)
generateReport
- nullpublic double getArea()
public void setArea(double area)
area
- a numeric value representing the study area size. The default value is the area of the minimum enclosing rectangle that would encompass all features (or all selected features). Units should match those for the Output Coordinate System.public double getNNRatio()
public double getNNZScore()
public double getPValue()
public double getNNExpected()
public double getNNObserved()
public Object getHTMLReportFile()
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 |