|
|||||||||
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.analysistools.Frequency
public class Frequency
Reads a table and a set of fields and creates a new table containing unique field values and the number of occurrences of each unique field value. The Frequency tool is contained in the Analysis Tools tool box.
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
- the table containing the field(s) that will be used to calculate frequency statistics. This table can be an INFO or OLE DB table, a dBASE or a VPF table, or a feature class table.outTable
- the table that will store the calculated frequency statistics.frequencyFields
- the attribute field or fields that will be used to calculate frequency statistics.Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- the table containing the field(s) that will be used to calculate frequency statistics. This table can be an INFO or OLE DB table, a dBASE or a VPF table, or a feature class table.public Object getOutTable()
public void setOutTable(Object outTable)
outTable
- the table that will store the calculated frequency statistics.public Object getFrequencyFields()
public void setFrequencyFields(Object frequencyFields)
frequencyFields
- the attribute field or fields that will be used to calculate frequency statistics.public Object getSummaryFields()
public void setSummaryFields(Object summaryFields)
summaryFields
- 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 |