Feature Class To Shapefile (Conversion Tools)
Summary
Converts the features from one or more feature classes or feature layers to shapefiles and adds them to a folder of shapefiles.
Usage
Shapefiles have many limitations compared to feature classes in a geodatabase. For example, shapefile attributes cannot store null values, they round up numbers, they have poor support for Unicode character strings, they do not allow field names longer than 10 characters, and they cannot store both a date and time in a field. Additionally, they do not support capabilities found in geodatabases such as domains and subtypes.
The name of the output shapefile will be the name of the input feature class. For example, if the input is
C:\base.gdb\rivers, the output shapefile will be named rivers.shp. To control the output shapefile name and for additional conversion options, see the Export Features tool.If the name of an output shapefile already exists in the output folder, and the Allow geoprocessing tools to overwrite existing datasets option is unchecked, a number will be appended to the end to make the shapefile name unique (for example, rivers_1.shp). If any of the input feature classes have the same name, a number will also be appended to the output shapefile names, regardless of the overwrite existing datasets option. Otherwise, the shapefile will be overwritten.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Features |
The list of input feature classes or feature layers that will be converted and added to the output folder. |
Feature Layer |
|
Output Folder |
The folder where the shapefiles will be written. |
Folder |
Derived output
| Label | Explanation | Data type |
|---|---|---|
|
Updated Output Folder |
The folder containing the new shapefiles. |
Folder |
Environments
Current Workspace, Scratch Workspace, Output Coordinate System, Geographic Transformations, Extent, XY Resolution, XY Tolerance, Output has M values, M Resolution, M Tolerance, Output has Z values, Default Output Z Value, Z Resolution, Z Tolerance, Maintain fully qualified field names, Output CONFIG Keyword, Auto Commit, Output XY Domain, Output M Domain, Output Z Domain, Transfer Field Domain Descriptions
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes