|
|||||||||
| 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.ClustersOutliers
public class ClustersOutliers
Given a set of weighted features, identifies where high or low values cluster spatially, and features with values that are very different from surrounding feature values.
The Cluster and Outlier Analysis (Anselin Local Morans I) tool is contained in the Spatial Statistics Tools tool box.
Learn more about how Cluster and Outlier Analysis: Anselin Local Moran's I works
Software restrictions: none

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
ClustersOutliers()
Creates the Cluster and Outlier Analysis (Anselin Local Morans I) tool with defaults. |
|
ClustersOutliers(Object inputFeatureClass,
Object inputField,
Object outputFeatureClass,
String conceptualizationOfSpatialRelationships,
String distanceMethod,
String standardization)
Creates the Cluster and Outlier Analysis (Anselin Local Morans I) tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getClusterOutlierType()
Returns the Cluster-Outlier Type parameter of this tool (Read only). |
String |
getConceptualizationOfSpatialRelationships()
Returns the Conceptualization of Spatial Relationships 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 . |
Object |
getIndexFieldName()
Returns the Index Field Name 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 . |
Object |
getOutputFeatureClass()
Returns the Output Feature Class parameter of this tool . |
Object |
getProbabilityField()
Returns the Probability Field 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 . |
Object |
getZScoreFieldName()
Returns the ZScore Field Name parameter of this tool (Read only). |
void |
setConceptualizationOfSpatialRelationships(String conceptualizationOfSpatialRelationships)
Sets the Conceptualization of Spatial Relationships 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 |
setOutputFeatureClass(Object outputFeatureClass)
Sets the Output Feature Class 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 ClustersOutliers()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ClustersOutliers(Object inputFeatureClass,
Object inputField,
Object outputFeatureClass,
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 cluster/outlier analysis will be performed.inputField - Field, the numeric field to be evaluated.outputFeatureClass - Feature Class, the output feature class to receive the results fields.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 cluster/outlier analysis will be performed.public Object getInputField()
public void setInputField(Object inputField)
inputField - Field, the numeric field to be evaluated.public Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass - Feature Class, the output feature class to receive the results fields.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 Object getIndexFieldName()
public Object getZScoreFieldName()
public Object getProbabilityField()
public Object getClusterOutlierType()
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 | ||||||||