Skip to main content

Feature Class To Batch FC

Description

Add required attributes for batch processing to the input feature layer. A new feature class is created. Since input is a feature layer, only the selected features will be processed.

Usage

A new feature class is created. Since input is a feature layer, only the selected features from the input layer will be stored in the output feature class. The output feature class will contain all the attributes from the input features and the following required attributes for batch processing:Name (Char 25)Descript (Char 50)BatchDone (Short Integer)If the input feature class is of point type, the following two attributes are added as well:SnapOn (Short Integer)SrcType (Short Integer)If "Auto Populate Attribute" option is checked, the following operations are performed:"HydroID" attribute is added and populated."Name" attribute is populated with string "Batch_" + HydroID (only for records with XXX values in the input features)"Descript" attribute is populated with string "Autogenerated batch name " + HydroID (only for records with XXX values in the input features)"BatchDone" attribute is populated with 0 (only for records with XXX values in the input features)"SnapOn" attribute is populated with 1 (only for records with XXX values in the input features - point features only)"SrcType" attribute is populated with 0 (only for records with XXX values in the input features - point features only)

Parameters

Parameter NameTypeDirectionData TypeDialog Reference
Input Feature LayerRequiredInputFeature LayerInput vector feature layer (only selected features are processed, or all of them if none are selected)
Output Feature Class NameRequiredOutputFeature LayerOutput feature class that will be created. By default, its name is the name of the input feature class with "Batch" appended at the end placed in the same workspace as the input layer.
Auto Populate AttributesRequiredInputBooleanOption to autopopulate batch attributes. If checked off, required batch fields will be created, but not populated.