|
|||||||||
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.HotSpotsRendered
public class HotSpotsRendered
Calculates the Getis-Ord Gi* statistic for hot spot analysis and then 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.
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
- the feature class for which hot spot analysis will be performed.inputField
- the numeric field (number of victims, jobs, incident severity, and so on) to be evaluated.outputLayerFile
- the layer file to store the cold-to-hot rendering information. You must include the .lyr extension as part of the file name.outputFeatureClass
- the output feature class to receive the results fields.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 field (number of victims, jobs, incident severity, and so on) to be evaluated.public Object getOutputLayerFile()
public void setOutputLayerFile(Object outputLayerFile)
outputLayerFile
- 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
- the output feature class to receive the results fields.public double getDistanceBandOrThresholdDistance()
public void setDistanceBandOrThresholdDistance(double distanceBandOrThresholdDistance)
distanceBandOrThresholdDistance
- 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. When this field is left blank, a default distance value will be computed and applied.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 |