|
|||||||||
| 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.analysistools.Frequency
public class Frequency
Creates a list of the unique code occurrences and their frequency for a specified set of items in an table. The Frequency tool is contained in the Analysis Tools tool box.
Software restrictions: ArcInfo only
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
Frequency()
Creates the Frequency tool with defaults. |
|
Frequency(Object inTable,
Object outTable,
Object frequencyFields)
Creates the Frequency tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getFrequencyFields()
Returns the Frequency Field(s) parameter of this tool . |
Object |
getInTable()
Returns the Input Table parameter of this tool . |
Object |
getOutTable()
Returns the Output Table parameter of this tool . |
Object |
getSummaryFields()
Returns the Summary Field(s) 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 |
setFrequencyFields(Object frequencyFields)
Sets the Frequency Field(s) parameter of this tool . |
void |
setInTable(Object inTable)
Sets the Input Table parameter of this tool . |
void |
setOutTable(Object outTable)
Sets the Output Table parameter of this tool . |
void |
setSummaryFields(Object summaryFields)
Sets the Summary Field(s) 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 Frequency()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Frequency(Object inTable,
Object outTable,
Object frequencyFields)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTable - Table View | Raster Layer, the table containing the field(s) that will be used to calculate frequency statistics. It can be an INFO or OLE DB table, a dBASE or a VPF table, or a feature class.outTable - Table, the table that will store the calculated frequency statistics.frequencyFields - Field, the attribute field or fields that will be used to calculate frequency statistics.| Method Detail |
|---|
public Object getInTable()
public void setInTable(Object inTable)
inTable - Table View | Raster Layer, the table containing the field(s) that will be used to calculate frequency statistics. It can be an INFO or OLE DB table, a dBASE or a VPF table, or a feature class.public Object getOutTable()
public void setOutTable(Object outTable)
outTable - Table, the table that will store the calculated frequency statistics.public Object getFrequencyFields()
public void setFrequencyFields(Object frequencyFields)
frequencyFields - Field, the attribute field or fields that will be used to calculate frequency statistics.public Object getSummaryFields()
public void setSummaryFields(Object summaryFields)
summaryFields - Field, the attribute field or fields to sum and add to the output table. Null values are excluded from this calculation.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 | ||||||||