|
|||||||||
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 numeric field in a feature class. The Count 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 | |
---|---|
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 Name parameter of this tool . |
Object |
getInputFeatureClass()
Returns the Input Features 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 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 Name parameter of this tool . |
void |
setInputFeatureClass(Object inputFeatureClass)
Sets the Input Features 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 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
- the feature layer containing count data to be rendered.fieldToRender
- the name of the field containing count data.outputLayerFile
- nullnumberOfClasses
- the number of classes into which the input feature class will be classified.symbolColor
- the color of the graduated circles.Method Detail |
---|
public Object getInputFeatureClass()
public void setInputFeatureClass(Object inputFeatureClass)
inputFeatureClass
- the feature layer containing count data to be rendered.public Object getFieldToRender()
public void setFieldToRender(Object fieldToRender)
fieldToRender
- the name of the field containing count data.public Object getOutputLayerFile()
public void setOutputLayerFile(Object outputLayerFile)
outputLayerFile
- nullpublic int getNumberOfClasses()
public void setNumberOfClasses(int numberOfClasses)
numberOfClasses
- the number of classes into which the input feature class will be classified.public String getSymbolColor()
public void setSymbolColor(String symbolColor)
symbolColor
- the color of the graduated circles.public double getMaximumFieldValue()
public void setMaximumFieldValue(double maximumFieldValue)
maximumFieldValue
- 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 |