|
||||||||||
| 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.datamanagementtools.AddSubtype
Adds a new subtype to the subtypes in the input table. A field in the feature class or table must be assigned as the subtype field before new subtypes can be added.
The Add Subtype tool is contained in the Data Management Tools tool box.
Learn more about working with subtypes
Software restrictions: none
| Field Summary |
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
vals |
| Constructor Summary | |
AddSubtype()
Creates the Add Subtype tool with defaults. |
|
AddSubtype(java.lang.Object inTable,
int subtypeCode,
java.lang.String subtypeDescription)
Creates the Add Subtype tool with the required parameters. |
|
| Method Summary | |
java.lang.Object |
getInTable()
Returns the Input Table parameter of this tool . |
java.lang.Object |
getOutTable()
Returns the Output Table parameter of this tool (Read only). |
int |
getSubtypeCode()
Returns the Subtype Code parameter of this tool . |
java.lang.String |
getSubtypeDescription()
Returns the Subtype Name parameter of this tool . |
java.lang.String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
java.lang.String |
getToolboxName()
Returns the name of the tool box containing this tool. |
java.lang.String |
getToolName()
Returns the name of this tool. |
void |
setInTable(java.lang.Object inTable)
Sets the Input Table parameter of this tool . |
void |
setSubtypeCode(int subtypeCode)
Sets the Subtype Code parameter of this tool . |
void |
setSubtypeDescription(java.lang.String subtypeDescription)
Sets the Subtype Name 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 AddSubtype()
Initializes the array of tool parameters with the default values specified when the tool was created.
public AddSubtype(java.lang.Object inTable,
int subtypeCode,
java.lang.String subtypeDescription)
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 - Table View, the feature class or table containing the subtype definition to be updated.subtypeCode - Long, a unique integer value for the subtype to be added.subtypeDescription - String, a description of the subtype code.| Method Detail |
public java.lang.Object getInTable()
public void setInTable(java.lang.Object inTable)
inTable - Table View, the feature class or table containing the subtype definition to be updated.public int getSubtypeCode()
public void setSubtypeCode(int subtypeCode)
subtypeCode - Long, a unique integer value for the subtype to be added.public java.lang.String getSubtypeDescription()
public void setSubtypeDescription(java.lang.String subtypeDescription)
subtypeDescription - String, a description of the subtype code.public java.lang.Object getOutTable()
public java.lang.String getToolName()
public java.lang.String getToolboxName()
public java.lang.String getToolboxAlias()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||