|
|||||||||
| 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.spatialstatisticstools.SpatialAutocorrelation
public class SpatialAutocorrelation
Measures spatial autocorrelation based on feature locations and attribute values.
The Spatial Autocorrelation (Morans I) tool is contained in the Spatial Statistics Tools tool box.
Learn more about how Spatial Autocorrelation: Moran's I works
Software restrictions: none

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
SpatialAutocorrelation()
Creates the Spatial Autocorrelation (Morans I) tool with defaults. |
|
SpatialAutocorrelation(Object inputFeatureClass,
Object inputField,
String conceptualizationOfSpatialRelationships,
String distanceMethod,
String standardization)
Creates the Spatial Autocorrelation (Morans I) tool with the required parameters. |
|
| Method Summary | |
|---|---|
String |
getConceptualizationOfSpatialRelationships()
Returns the Conceptualization of Spatial Relationships parameter of this tool . |
String |
getDisplayOutputGraphically()
Returns the Display Output Graphically parameter of this tool . |
double |
getDistanceBandOrThresholdDistance()
Returns the Distance Band or Threshold Distance parameter of this tool . |
String |
getDistanceMethod()
Returns the Distance Method parameter of this tool . |
double |
getIndex()
Returns the Index parameter of this tool (Read only). |
Object |
getInputFeatureClass()
Returns the Input Feature Class parameter of this tool . |
Object |
getInputField()
Returns the Input Field parameter of this tool . |
double |
getPValue()
Returns the PValue parameter of this tool (Read only). |
String |
getStandardization()
Returns the Standardization 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. |
Object |
getWeightsMatrixFile()
Returns the Weights Matrix File parameter of this tool . |
double |
getZScore()
Returns the ZScore parameter of this tool (Read only). |
void |
setConceptualizationOfSpatialRelationships(String conceptualizationOfSpatialRelationships)
Sets the Conceptualization of Spatial Relationships parameter of this tool . |
void |
setDisplayOutputGraphically(String displayOutputGraphically)
Sets the Display Output Graphically parameter of this tool . |
void |
setDistanceBandOrThresholdDistance(double distanceBandOrThresholdDistance)
Sets the Distance Band or Threshold Distance parameter of this tool . |
void |
setDistanceMethod(String distanceMethod)
Sets the Distance Method parameter of this tool . |
void |
setInputFeatureClass(Object inputFeatureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setInputField(Object inputField)
Sets the Input Field parameter of this tool . |
void |
setStandardization(String standardization)
Sets the Standardization parameter of this tool . |
void |
setWeightsMatrixFile(Object weightsMatrixFile)
Sets the Weights Matrix File 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 SpatialAutocorrelation()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SpatialAutocorrelation(Object inputFeatureClass,
Object inputField,
String conceptualizationOfSpatialRelationships,
String distanceMethod,
String standardization)
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 - Feature Layer, the feature class for which spatial autocorrelation will be calculated.inputField - Field, the numeric field used in assessing spatial autocorrelation.conceptualizationOfSpatialRelationships - String, specifies how spatial relationships among features are conceptualized.distanceMethod - String, specifies how distances are calculated when measuring spatial autocorrelation.standardization - String, row standardization is recommended whenever the distribution of your features is potentially biased due to sampling design or an imposed aggregation scheme.| Method Detail |
|---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass - Feature Layer, the feature class for which spatial autocorrelation will be calculated.public Object getInputField()
public void setInputField(Object inputField)
inputField - Field, the numeric field used in assessing spatial autocorrelation.public String getDisplayOutputGraphically()
public void setDisplayOutputGraphically(String displayOutputGraphically)
displayOutputGraphically - String, specifies whether the tool will display the Moran's I and Z score values graphically.public String getConceptualizationOfSpatialRelationships()
public void setConceptualizationOfSpatialRelationships(String conceptualizationOfSpatialRelationships)
conceptualizationOfSpatialRelationships - String, specifies how spatial relationships among features are conceptualized.public String getDistanceMethod()
public void setDistanceMethod(String distanceMethod)
distanceMethod - String, specifies how distances are calculated when measuring spatial autocorrelation.public String getStandardization()
public void setStandardization(String standardization)
standardization - String, row standardization is recommended whenever the distribution of your features is potentially biased due to sampling design or an imposed aggregation scheme.public double getDistanceBandOrThresholdDistance()
public void setDistanceBandOrThresholdDistance(double distanceBandOrThresholdDistance)
distanceBandOrThresholdDistance - Double, specifies a cutoff distance for Inverse Distance and Fixed Distance options. Features outside the specified cutoff for a target feature are ignored in analyses for that feature. However, for Zone of Indifference, the influence of features outside the given distance is reduced with distance while those inside the distance threshold are equally considered. The value entered should match those of the Output Coordinate System.
For the Inverse Distance conceptualizations of spatial relationships: A value of zero for this parameter indicates that no threshold distance is applied; when this parameter is left blank, a default threshold value will be computed and applied.
This parameter has no effect when "Polygon Contiguity" or "Get Spatial Weights From File" spatial conceptualizations are selected.public Object getWeightsMatrixFile()
public void setWeightsMatrixFile(Object weightsMatrixFile)
weightsMatrixFile - File, the pathname to a file containing spatial weights that define spatial relationships between features.public double getIndex()
public double getZScore()
public double getPValue()
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 | ||||||||