|
|||||||||
| 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.DropIndex
public class DropIndex
This tool only works with an ArcInfo license and will only be available in ArcToolbox if you have installed ArcInfo Workstation. Drops an attribute index from the specified item and INFO table. The Drop Index tool is contained in the Coverage Tools tool box.
Software restrictions: ArcInfo only
| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
DropIndex()
Creates the Drop Index tool with defaults. |
|
DropIndex(Object inInfoTable)
Creates the Drop Index tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getIndexItem()
Returns the Indexed Item 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 (Read only). |
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 |
setIndexItem(Object indexItem)
Sets the Indexed Item parameter of this tool . |
void |
setInInfoTable(Object inInfoTable)
Sets the Input 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 DropIndex()
Initializes the array of tool parameters with the default values specified when the tool was created.
public DropIndex(Object inInfoTable)
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 name of the INFO table containing the item whose index is to be deleted.| Method Detail |
|---|
public Object getInInfoTable()
public void setInInfoTable(Object inInfoTable)
inInfoTable - Arcinfo Table, the name of the INFO table containing the item whose index is to be deleted.public Object getIndexItem()
public void setIndexItem(Object indexItem)
indexItem - 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 Object getOutInfoTable()
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 | ||||||||