|
|||||||||
| 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.datamanagementtools.PivotTable
public class PivotTable
Sorts and summarizes the input table fields, based on the selected pivot field and value field, in the output table to reduce redundancy. The Pivot Table tool is contained in the Data Management Tools tool box.
Software restrictions: ArcInfo only

| 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 - Table View, the table whose records will be pivoted.fields - Field, the Add Field button, which is used only in ModelBuilder, allows you to add expected field(s) so you can complete the dialog and continue to build your model.pivotField - Field, the field whose record values will be used to generate names of new fields in the output table.valueField - Field, the field containing values used to populate the new fields in the output table.outTable - Table, the table to be created.| Method Detail |
|---|
public Object getInTable()
public void setInTable(Object inTable)
inTable - Table View, the table whose records will be pivoted.public Object getFields()
public void setFields(Object fields)
fields - Field, the Add Field button, which is used only in ModelBuilder, allows you to add expected field(s) so you can complete the dialog and continue to build your model.public Object getPivotField()
public void setPivotField(Object pivotField)
pivotField - Field, the field whose record values will be used to generate names of new fields in the output table.public Object getValueField()
public void setValueField(Object valueField)
valueField - Field, the field containing values used to populate the new fields in the output table.public Object getOutTable()
public void setOutTable(Object outTable)
outTable - Table, 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 | ||||||||