|
|||||||||
| 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
public class 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(Object inputFeatureClass,
Object inputField,
Object outputLayerFile,
Object outputFeatureClass)
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 . |
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 |
getOutputLayerFile()
Returns the Output Layer File 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. |
void |
setDistanceBandOrThresholdDistance(double distanceBandOrThresholdDistance)
Sets the Distance Band or Threshold Distance 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 |
setOutputLayerFile(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(Object inputFeatureClass,
Object inputField,
Object outputLayerFile,
Object outputFeatureClass)
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.| Method Detail |
|---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass - Feature Layer, the feature class for which hot spot analysis will be performed.public Object getInputField()
public void setInputField(Object inputField)
inputField - Field, the numeric count field (number of victims, crimes, jobs, and so on) to be evaluated.public Object getOutputLayerFile()
public void setOutputLayerFile(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 Object getOutputFeatureClass()
public void setOutputFeatureClass(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 String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||