|
|||||||||
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.HotSpots
public class HotSpots
The Hot Spot Analysis (Getis-Ord Gi*) tool is contained in the Spatial Statistics Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
HotSpots()
Creates the Hot Spot Analysis (Getis-Ord Gi*) tool with defaults. |
|
HotSpots(Object inputFeatureClass,
Object inputField,
Object outputFeatureClass,
String conceptualizationOfSpatialRelationships,
String distanceMethod,
String standardization)
Creates the Hot Spot Analysis (Getis-Ord Gi*) tool with the required parameters. |
Method Summary | |
---|---|
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 |
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). |
Object |
getResultsField()
Returns the Results Field parameter of this tool (Read only). |
Object |
getSelfPotentialField()
Returns the Self Potential Field parameter of this tool . |
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 . |
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 |
setSelfPotentialField(Object selfPotentialField)
Sets the Self Potential 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 HotSpots()
Initializes the array of tool parameters with the default values specified when the tool was created.
public HotSpots(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
- the feature class for which hot spot analysis will be performed.inputField
- the numeric count field (number of victims, crimes, jobs, and so on) to be evaluated.outputFeatureClass
- the output feature class to receive the Results field and Gi z score.conceptualizationOfSpatialRelationships
- specifies how spatial relationships among features are conceptualized.distanceMethod
- specifies how distances are calculated from each feature to its nearest neighboring feature.standardization
- 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
- the feature class for which hot spot analysis will be performed.public Object getInputField()
public void setInputField(Object inputField)
inputField
- the numeric count field (number of victims, crimes, jobs, and so on) to be evaluated.public Object getOutputFeatureClass()
public void setOutputFeatureClass(Object outputFeatureClass)
outputFeatureClass
- the output feature class to receive the Results field and Gi z score.public String getConceptualizationOfSpatialRelationships()
public void setConceptualizationOfSpatialRelationships(String conceptualizationOfSpatialRelationships)
conceptualizationOfSpatialRelationships
- specifies how spatial relationships among features are conceptualized.public String getDistanceMethod()
public void setDistanceMethod(String distanceMethod)
distanceMethod
- specifies how distances are calculated from each feature to its nearest neighboring feature.public String getStandardization()
public void setStandardization(String standardization)
standardization
- 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
- 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 getSelfPotentialField()
public void setSelfPotentialField(Object selfPotentialField)
selfPotentialField
- the field representing self-potential: The distance or weight between a feature and itself.public Object getWeightsMatrixFile()
public void setWeightsMatrixFile(Object weightsMatrixFile)
weightsMatrixFile
- the pathname to a file containing spatial weights that define spatial relationships between features.public Object getResultsField()
public Object getProbabilityField()
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 |