|
|||||||||
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.coveragetools.DropItem
public class DropItem
Deletes one or more items from an INFO table. The Drop Item tool is contained in the Coverage Tools tool box.
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 |
---|
public DropItem()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DropItem(Object inInfoTable, Object outInfoTable, Object dropItem)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other 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 |
---|
public Object getInInfoTable()
public void setInInfoTable(Object inInfoTable)
inInfoTable
- the INFO table containing the items to be dropped.public Object getOutInfoTable()
public void setOutInfoTable(Object outInfoTable)
outInfoTable
- the INFO table to be created.public Object getDropItem()
public void setDropItem(Object dropItem)
dropItem
- the item or items to be dropped from the input table.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 |