|
|||||||||
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.datamanagementtools.AddIndex
public class AddIndex
Adds an attribute index to an existing table, feature class, shapefile, coverage, or attributed relationship class. The Add Attribute Index tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
AddIndex()
Creates the Add Attribute Index tool with defaults. |
|
AddIndex(Object inTable,
Object fields)
Creates the Add Attribute Index tool with the required parameters. |
Method Summary | |
---|---|
String |
getAscending()
Returns the Ascending parameter of this tool . |
Object |
getFields()
Returns the Fields to Index parameter of this tool . |
String |
getIndexName()
Returns the Index Name parameter of this tool . |
Object |
getInTable()
Returns the Input Table parameter of this tool . |
Object |
getOutTable()
Returns the Output 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. |
String |
getUnique()
Returns the Unique parameter of this tool . |
void |
setAscending(String ascending)
Sets the Ascending parameter of this tool . |
void |
setFields(Object fields)
Sets the Fields to Index parameter of this tool . |
void |
setIndexName(String indexName)
Sets the Index Name parameter of this tool . |
void |
setInTable(Object inTable)
Sets the Input Table parameter of this tool . |
void |
setUnique(String unique)
Sets the Unique 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 AddIndex()
Initializes the array of tool parameters with the default values specified when the tool was created.
public AddIndex(Object inTable, Object fields)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inTable
- the table containing the fields to be indexed.fields
- the list of fields that will participate in the index. Any number of fields can be specified.Method Detail |
---|
public Object getInTable()
public void setInTable(Object inTable)
inTable
- the table containing the fields to be indexed.public Object getFields()
public void setFields(Object fields)
fields
- the list of fields that will participate in the index. Any number of fields can be specified.public String getIndexName()
public void setIndexName(String indexName)
indexName
- the name of the new index. An index name is necessary when adding an index to geodatabase feature classes and tables. For other data types, such as shapefiles and coverage feature classes, index names cannot be specified.public String getUnique()
public void setUnique(String unique)
unique
- specifies whether the values in the index are unique.public String getAscending()
public void setAscending(String ascending)
ascending
- specifies whether values are indexed in ascending order.public Object getOutTable()
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 |