|
|||||||||
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.IndexItem
public class IndexItem
Creates an attribute index to increase access speed to the specified item during query operations. The Index Item tool is contained in the Coverage Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
IndexItem()
Creates the Index Item tool with defaults. |
|
IndexItem(Object inInfoTable,
Object indexItem)
Creates the Index Item tool with the required parameters. |
Method Summary | |
---|---|
Object |
getIndexItem()
Returns the Index 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 Index 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 IndexItem()
Initializes the array of tool parameters with the default values specified when the tool was created.
public IndexItem(Object inInfoTable, Object indexItem)
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 name of the INFO table containing the item to be indexedindexItem
- the name of the item to be indexedMethod Detail |
---|
public Object getInInfoTable()
public void setInInfoTable(Object inInfoTable)
inInfoTable
- the name of the INFO table containing the item to be indexedpublic Object getIndexItem()
public void setIndexItem(Object indexItem)
indexItem
- the name of the item to be indexedpublic 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 |