com.esri.arcgis.geoprocessing.tools.coveragetools
Class DropItem

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.coveragetools.DropItem
All Implemented Interfaces:
GPTool

public class DropItem
extends AbstractGPTool

Deletes one or more items from an INFO table. The Drop Item tool is contained in the Coverage Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
DropItem()
          Creates the Drop Item tool with defaults.
DropItem(Object inInfoTable, Object outInfoTable, Object dropItem)
          Creates the Drop Item tool with the required parameters.
 
Method Summary
 Object getDropItem()
          Returns the Items to Drop parameter of this tool .
 Object getInInfoTable()
          Returns the Input Info Table parameter of this tool .
 Object getOutInfoTable()
          Returns the Output Info Table 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 setDropItem(Object dropItem)
          Sets the Items to Drop parameter of this tool .
 void setInInfoTable(Object inInfoTable)
          Sets the Input Info Table parameter of this tool .
 void setOutInfoTable(Object outInfoTable)
          Sets the Output Info Table 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

DropItem

public DropItem()
Creates the Drop Item tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


DropItem

public DropItem(Object inInfoTable,
                Object outInfoTable,
                Object dropItem)
Creates the Drop Item tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inInfoTable - the INFO table containing the items to be dropped.
outInfoTable - the INFO table to be created.
dropItem - the item or items to be dropped from the input table.
Method Detail

getInInfoTable

public Object getInInfoTable()
Returns the Input Info Table parameter of this tool . This parameter is the INFO table containing the items to be dropped. This is a required parameter.

Returns:
the Input Info Table

setInInfoTable

public void setInInfoTable(Object inInfoTable)
Sets the Input Info Table parameter of this tool . This parameter is the INFO table containing the items to be dropped. This is a required parameter.

Parameters:
inInfoTable - the INFO table containing the items to be dropped.

getOutInfoTable

public Object getOutInfoTable()
Returns the Output Info Table parameter of this tool . This parameter is the INFO table to be created. This is a required parameter.

Returns:
the Output Info Table

setOutInfoTable

public void setOutInfoTable(Object outInfoTable)
Sets the Output Info Table parameter of this tool . This parameter is the INFO table to be created. This is a required parameter.

Parameters:
outInfoTable - the INFO table to be created.

getDropItem

public Object getDropItem()
Returns the Items to Drop parameter of this tool . This parameter is the item or items to be dropped from the input table. This is a required parameter.

Returns:
the Items to Drop

setDropItem

public void setDropItem(Object dropItem)
Sets the Items to Drop parameter of this tool . This parameter is the item or items to be dropped from the input table. This is a required parameter.

Parameters:
dropItem - the item or items to be dropped from the input table.

getToolName

public String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias