|
|||||||||
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.datamanagementtools.PivotTable
public class PivotTable
Creates a new table from an input table. The fields on the output table are based on the input pivot field. Values in the new fields are based on the input value field. The Pivot Table tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
PivotTable()
Creates the Pivot Table tool with defaults. |
|
PivotTable(Object inTable,
Object fields,
Object pivotField,
Object valueField,
Object outTable)
Creates the Pivot Table tool with the required parameters. |
Method Summary | |
---|---|
Object |
getFields()
Returns the Input 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 |
getPivotField()
Returns the Pivot Field 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. |
Object |
getValueField()
Returns the Value Field parameter of this tool . |
void |
setFields(Object fields)
Sets the Input 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 |
setPivotField(Object pivotField)
Sets the Pivot Field parameter of this tool . |
void |
setValueField(Object valueField)
Sets the Value Field 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 PivotTable()
Initializes the array of tool parameters with the default values specified when the tool was created.
public PivotTable(Object inTable, Object fields, Object pivotField, Object valueField, Object outTable)
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 whose records will be pivoted.fields
- the fields that define records to be included in the output table.pivotField
- the field whose record values are used to generate the field names in the output table.valueField
- the field whose values populate the pivoted fields in the output table.outTable
- the table to be created.Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- the table whose records will be pivoted.public Object getFields()
public void setFields(Object fields)
fields
- the fields that define records to be included in the output table.public Object getPivotField()
public void setPivotField(Object pivotField)
pivotField
- the field whose record values are used to generate the field names in the output table.public Object getValueField()
public void setValueField(Object valueField)
valueField
- the field whose values populate the pivoted fields in the output table.public Object getOutTable()
public void setOutTable(Object outTable)
outTable
- the table to be created.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 |