|
|||||||||
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.Append
public class Append
Appends multiple input datasets into an existing target dataset. Input datasets can be point, line, or polygon feature classes, tables, rasters, raster catalogs, annotation feature classes, or dimensions feature classes. The Append tool is contained in the Data Management Tools tool box.
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
- the input datasets whose data will be appended into the target dataset. Input datasets can be point, line, or polygon feature classes, tables, rasters, raster catalogs, annotation feature classes, or dimensions feature classes. Each input dataset must match the data type of the target dataset.target
- the existing dataset that the input datasets' data will be appended into. Each input dataset must match the data type of the target dataset.Method Detail |
---|
public Object getInputs()
public void setInputs(Object inputs)
inputs
- the input datasets whose data will be appended into the target dataset. Input datasets can be point, line, or polygon feature classes, tables, rasters, raster catalogs, annotation feature classes, or dimensions feature classes. Each input dataset must match the data type of the target dataset.public Object getTarget()
public void setTarget(Object target)
target
- the existing dataset that the input datasets' data will be appended into. Each input dataset must match the data type of the target dataset.public String getSchemaType()
public void setSchemaType(String schemaType)
schemaType
- specifies if the schema (field definitions) of the input datasets must match the schema of the target dataset in order for data to be appended.public Object getFieldMapping()
public void setFieldMapping(Object fieldMapping)
fieldMapping
- controls how the attribute information in input datasets' fields is transferred to the target dataset. The Field Map control can only be used if the Schema Type NO_TEST is specified. because the input datasets' data is appended into an existing target dataset that has a predefined schema (field definitions), the Append tool Field Map control does not allow for fields to be added or removed from the target dataset.public String getSubtype()
public void setSubtype(String subtype)
subtype
- a subtype description to assign that subtype to all new data that is appended to the target dataset.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 |