Go to ET GeoWizards 12.x User Guide

Merge Feature Layers

Go to ToolBox Implementation

Merges feature layers from the same type together.

Inputs:

Outputs:

Notes:

ToolBox implementation
(Go to TOP)

Command line syntax - Merge Multi

ET_GPMergeMulti <base_dataset> <Input_dataset ;Input_dataset...> <out_feature class>

Parameters - Merge Multi

Expression Explanation
<base_dataset> A feature class or feature layer. The fields of this dataset will be preserved in the output feature class.
<Input_dataset ;Input_dataset...> A list of the datasets to be be merged to the base dataset. Note: the feature classes should have the same type geometry and a spatial reference with the same geographic coordinate system as the base dataset.
<out_feature class> A String - the full name of the output feature class (A feature class with the same full name should not exist)

Scripting syntax - Merge Multi

ET_GPMergeMulti (base_dataset, input_datasets, out_feature class)

Command line syntax - Merge

ET_GPMerge<base_dataset> <merge_dataset > <out_feature class>

Parameters - Merge

Expression Explanation
<base_dataset> A feature class or feature layer. The fields of this dataset will be preserved in the output feature class.
<merge_dataset > A feature class or feature layer - the dataset to be be merged to the base dataset - should have the same type geometry and a spatial reference with the same geographic coordinate system as the base dataset.
<out_feature class> A String - the full name of the output feature class (A feature class with the same full name should not exist)

Scripting syntax - Merge

ET_GPMerge(base_dataset, merge_dataset , out_feature class)

 

 

See the explanations above:
<> - required parameter
{} - optional parameter

Copyright © Ianko Tchoukanski