|
|||||||||
| 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.coveragetools.DropItem
public class DropItem
This tool only works with an ArcInfo license and will only be available in ArcToolbox if you have installed ArcInfo Workstation. Deletes one or more items from an INFO table. The Drop Item tool is contained in the Coverage Tools tool box.
Software restrictions: none
| 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 - ArcInfo Table, the INFO table containing the items to be dropped.outInfoTable - ArcInfo Table, the INFO table to be created.dropItem - ArcInfo Item; ArcInfo Item..., the Add Item button, which is used only in ModelBuilder, allows you to add expected items so you can complete the dialog and continue to build your model.| Method Detail |
|---|
public Object getInInfoTable()
public void setInInfoTable(Object inInfoTable)
inInfoTable - ArcInfo Table, the INFO table containing the items to be dropped.public Object getOutInfoTable()
public void setOutInfoTable(Object outInfoTable)
outInfoTable - ArcInfo Table, the INFO table to be created.public Object getDropItem()
public void setDropItem(Object dropItem)
dropItem - ArcInfo Item; ArcInfo Item..., the Add Item button, which is used only in ModelBuilder, allows you to add expected items so you can complete the dialog and continue to build your model.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 | ||||||||