|
|||||||||
| 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.CountRenderer
public class CountRenderer
Applies graduated circle rendering to a count type field of a point feature class. The Count 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 | |
|---|---|
CountRenderer()
Creates the Count Rendering tool with defaults. |
|
CountRenderer(Object inputFeatureClass,
Object fieldToRender,
Object outputLayerFile,
int numberOfClasses,
String symbolColor)
Creates the Count 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 . |
double |
getMaximumFieldValue()
Returns the Maximum Field Value parameter of this tool . |
int |
getNumberOfClasses()
Returns the Number of Classes parameter of this tool . |
Object |
getOutputLayerFile()
Returns the Output Layer File parameter of this tool . |
String |
getSymbolColor()
Returns the Symbol Color 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 |
setMaximumFieldValue(double maximumFieldValue)
Sets the Maximum Field Value parameter of this tool . |
void |
setNumberOfClasses(int numberOfClasses)
Sets the Number of Classes parameter of this tool . |
void |
setOutputLayerFile(Object outputLayerFile)
Sets the Output Layer File parameter of this tool . |
void |
setSymbolColor(String symbolColor)
Sets the Symbol Color 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 CountRenderer()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CountRenderer(Object inputFeatureClass,
Object fieldToRender,
Object outputLayerFile,
int numberOfClasses,
String symbolColor)
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 containing count data to be rendered.fieldToRender - Field, the name of the field containing count data.outputLayerFile - Layer File, the output layer file to store rendering information. You must include the .lyr extension as part of the file name.numberOfClasses - Long, the number of classes into which the input feature class will be classified.symbolColor - String, the color of the graduated circles.| Method Detail |
|---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass - Feature Layer, the feature class containing count data to be rendered.public Object getFieldToRender()
public void setFieldToRender(Object fieldToRender)
fieldToRender - Field, the name of the field containing count data.public Object getOutputLayerFile()
public void setOutputLayerFile(Object outputLayerFile)
outputLayerFile - Layer File, the output layer file to store rendering information. You must include the .lyr extension as part of the file name.public int getNumberOfClasses()
public void setNumberOfClasses(int numberOfClasses)
numberOfClasses - Long, the number of classes into which the input feature class will be classified.public String getSymbolColor()
public void setSymbolColor(String symbolColor)
symbolColor - String, the color of the graduated circles.public double getMaximumFieldValue()
public void setMaximumFieldValue(double maximumFieldValue)
maximumFieldValue - Double, the maximum attribute value that will be rendered. Features with field values greater than this maximum value will not be drawn.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 | ||||||||