|
||||||||||
| 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.HotSpotsRendered
Calculates Gi* statistics and applies a cold-to-hot type of rendering to the output z scores. The Hot Spot Analysis with Rendering tool is contained in the Spatial Statistics Tools tool box.
Software restrictions: none

| Field Summary |
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
vals |
| Constructor Summary | |
HotSpotsRendered()
Creates the Hot Spot Analysis with Rendering tool with defaults. |
|
HotSpotsRendered(java.lang.Object inputFeatureClass,
java.lang.Object inputField,
java.lang.Object outputLayerFile,
java.lang.Object outputFeatureClass,
double distanceBandOrThresholdDistance)
Creates the Hot Spot Analysis with Rendering tool with the required parameters. |
|
| Method Summary | |
double |
getDistanceBandOrThresholdDistance()
Returns the Distance Band or Threshold Distance parameter of this tool . |
java.lang.Object |
getInputFeatureClass()
Returns the Input Feature Class parameter of this tool . |
java.lang.Object |
getInputField()
Returns the Input Field parameter of this tool . |
java.lang.Object |
getOutputFeatureClass()
Returns the Output Feature Class parameter of this tool . |
java.lang.Object |
getOutputLayerFile()
Returns the Output Layer File parameter of this tool . |
java.lang.String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
java.lang.String |
getToolboxName()
Returns the name of the tool box containing this tool. |
java.lang.String |
getToolName()
Returns the name of this tool. |
void |
setDistanceBandOrThresholdDistance(double distanceBandOrThresholdDistance)
Sets the Distance Band or Threshold Distance parameter of this tool . |
void |
setInputFeatureClass(java.lang.Object inputFeatureClass)
Sets the Input Feature Class parameter of this tool . |
void |
setInputField(java.lang.Object inputField)
Sets the Input Field parameter of this tool . |
void |
setOutputFeatureClass(java.lang.Object outputFeatureClass)
Sets the Output Feature Class parameter of this tool . |
void |
setOutputLayerFile(java.lang.Object outputLayerFile)
Sets the Output Layer 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 HotSpotsRendered()
Initializes the array of tool parameters with the default values specified when the tool was created.
public HotSpotsRendered(java.lang.Object inputFeatureClass,
java.lang.Object inputField,
java.lang.Object outputLayerFile,
java.lang.Object outputFeatureClass,
double distanceBandOrThresholdDistance)
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 hot spot analysis will be performed.inputField - Field, the numeric count field (number of victims, crimes, jobs, and so on) to be evaluated.outputLayerFile - Layer File, the layer file to store the cold-to-hot rendering information. You must include the .lyr extension as part of the file name.outputFeatureClass - Feature Class, the output feature class to receive the results field and Gi z score.distanceBandOrThresholdDistance - Double, specifies a distance cutoff value. Features outside the specified Distance Band or Threshold Distance are ignored in the hot spot analysis. The value entered for this parameter should be in the units of the Input Feature Class' coordinate system. There is one exception. If the Output Coordinate System environment variable is set, the value entered for this parameter should be in the units of the coordinate system set in that environment.
A value of zero indicates that no threshold distance is applied. This is only valid with the "Inverse Distance" and "Inverse Distance Squared" spatial conceptualizations.
This parameter has no effect when "Polygon Contiguity" and "Get Spatial Weights From File" spatial conceptualizations are selected.| Method Detail |
public java.lang.Object getInputFeatureClass()
public void setInputFeatureClass(java.lang.Object inputFeatureClass)
inputFeatureClass - Feature Layer, the feature class for which hot spot analysis will be performed.public java.lang.Object getInputField()
public void setInputField(java.lang.Object inputField)
inputField - Field, the numeric count field (number of victims, crimes, jobs, and so on) to be evaluated.public java.lang.Object getOutputLayerFile()
public void setOutputLayerFile(java.lang.Object outputLayerFile)
outputLayerFile - Layer File, the layer file to store the cold-to-hot rendering information. You must include the .lyr extension as part of the file name.public java.lang.Object getOutputFeatureClass()
public void setOutputFeatureClass(java.lang.Object outputFeatureClass)
outputFeatureClass - Feature Class, the output feature class to receive the results field and Gi z score.public double getDistanceBandOrThresholdDistance()
public void setDistanceBandOrThresholdDistance(double distanceBandOrThresholdDistance)
distanceBandOrThresholdDistance - Double, specifies a distance cutoff value. Features outside the specified Distance Band or Threshold Distance are ignored in the hot spot analysis. The value entered for this parameter should be in the units of the Input Feature Class' coordinate system. There is one exception. If the Output Coordinate System environment variable is set, the value entered for this parameter should be in the units of the coordinate system set in that environment.
A value of zero indicates that no threshold distance is applied. This is only valid with the "Inverse Distance" and "Inverse Distance Squared" spatial conceptualizations.
This parameter has no effect when "Polygon Contiguity" and "Get Spatial Weights From File" spatial conceptualizations are selected.public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||