|
|||||||||
| 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.Append
public class Append
Appends multiple input dataset into an already existing target dataset. Input datasets can be point, line or polygon feature classes, tables, rasters or raster catalogs. The Append tool is contained in the Data Management Tools tool box.
Software restrictions: none

| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
|---|
vals |
| Constructor Summary | |
|---|---|
Append()
Creates the Append tool with defaults. |
|
Append(Object inputs,
Object target)
Creates the Append tool with the required parameters. |
|
| Method Summary | |
|---|---|
Object |
getFieldMapping()
Returns the Field Map parameter of this tool . |
Object |
getInputs()
Returns the Input Datasets parameter of this tool . |
Object |
getOutput()
Returns the Output Features parameter of this tool (Read only). |
String |
getSchemaType()
Returns the Schema Type parameter of this tool . |
String |
getSubtype()
Returns the Subtype parameter of this tool . |
Object |
getTarget()
Returns the Target Dataset 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 |
setFieldMapping(Object fieldMapping)
Sets the Field Map parameter of this tool . |
void |
setInputs(Object inputs)
Sets the Input Datasets parameter of this tool . |
void |
setSchemaType(String schemaType)
Sets the Schema Type parameter of this tool . |
void |
setSubtype(String subtype)
Sets the Subtype parameter of this tool . |
void |
setTarget(Object target)
Sets the Target Dataset 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 Append()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Append(Object inputs,
Object target)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inputs - Table View | Raster Layer, the input point, line or polygon featureclasses or tables that will be appended into the target dataset.target - Table View | Raster Layer, the existing output feature class, table, raster or raster catalog that will contain the appended input features.| Method Detail |
|---|
public Object getInputs()
public void setInputs(Object inputs)
inputs - Table View | Raster Layer, the input point, line or polygon featureclasses or tables that will be appended into the target dataset.public Object getTarget()
public void setTarget(Object target)
target - Table View | Raster Layer, the existing output feature class, table, raster or raster catalog that will contain the appended input features.public String getSchemaType()
public void setSchemaType(String schemaType)
schemaType - String, specifies how input schemas are transferred to the target feature class.public Object getFieldMapping()
public void setFieldMapping(Object fieldMapping)
fieldMapping - Field Mapping, this parameter maps field contents from the input datasets to the target dataset. This parameter is only valid when NO_TEST is specified for the schema type.public String getSubtype()
public void setSubtype(String subtype)
subtype - string, if subtype is set for a field of the target dataset then all appended features will have the selected subtype value.public Object getOutput()
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 | ||||||||