|
|||||||||
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.Statistics
public class Statistics
Calculates summary statistics for field(s) in a table. The Summary Statistics tool is contained in the Analysis Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Statistics()
Creates the Summary Statistics tool with defaults. |
|
Statistics(Object inTable,
Object outTable,
Object statisticsFields)
Creates the Summary Statistics tool with the required parameters. |
Method Summary | |
---|---|
Object |
getCaseField()
Returns the Case field 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 |
getStatisticsFields()
Returns the Statistics 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 |
setCaseField(Object caseField)
Sets the Case field 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 |
setStatisticsFields(Object statisticsFields)
Sets the Statistics 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 Statistics()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Statistics(Object inTable, Object outTable, Object statisticsFields)
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 input table containing the field(s) that will be used to calculate statistics. The input can be an INFO table, a dBASE table, an OLE DB table, a VPF table, or a feature class.outTable
- the output dBASE or geodatabase table that will store the calculated statistics.statisticsFields
- the numeric field containing attribute values used to calculate the specified statistic. Multiple statistic and field combinations may be specified. Null values are excluded from all statistical calculations. the Add Field button, which is used only in ModelBuilder, allows you to add expected field(s) so you can complete the dialog box and continue to build your model. available statistics types are:Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- the input table containing the field(s) that will be used to calculate statistics. The input can be an INFO table, a dBASE table, an OLE DB table, a VPF table, or a feature class.public Object getOutTable()
public void setOutTable(Object outTable)
outTable
- the output dBASE or geodatabase table that will store the calculated statistics.public Object getStatisticsFields()
public void setStatisticsFields(Object statisticsFields)
statisticsFields
- the numeric field containing attribute values used to calculate the specified statistic. Multiple statistic and field combinations may be specified. Null values are excluded from all statistical calculations. the Add Field button, which is used only in ModelBuilder, allows you to add expected field(s) so you can complete the dialog box and continue to build your model. available statistics types are:public Object getCaseField()
public void setCaseField(Object caseField)
caseField
- the fields in the Input Table used to calculate statistics separately for each unique attribute value (or combination of attribute values when multiple fields are specified).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 |