|
|||||||||
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.ZRenderer
public class ZRenderer
Applies a cold (blue) to hot (red) color rendering scheme for a field of z-scores. The ZScore 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 | |
---|---|
ZRenderer()
Creates the ZScore Rendering tool with defaults. |
|
ZRenderer(Object inputFeatureClass,
Object fieldToRender,
Object outputLayerFile)
Creates the ZScore Rendering tool with the required parameters. |
Method Summary | |
---|---|
Object |
getFieldToRender()
Returns the Field to Render parameter of this tool . |
Object |
getInputFeatureClass()
Returns the Input 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 |
setFieldToRender(Object fieldToRender)
Sets the Field to Render parameter of this tool . |
void |
setInputFeatureClass(Object inputFeatureClass)
Sets the Input 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 ZRenderer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ZRenderer(Object inputFeatureClass, Object fieldToRender, Object outputLayerFile)
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
- nullfieldToRender
- nulloutputLayerFile
- nullMethod Detail |
---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass
- nullpublic Object getFieldToRender()
public void setFieldToRender(Object fieldToRender)
fieldToRender
- nullpublic Object getOutputLayerFile()
public void setOutputLayerFile(Object outputLayerFile)
outputLayerFile
- nullpublic String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |