Create Feature Class (Data Management)

ArcGIS Pro 3.3 | | Help archive

Summary

Creates an empty feature class in a geodatabase or a shapefile in a folder.

Usage

  • The Feature Class Location parameter value (geodatabase or folder) must already exist.

  • This tool creates only simple feature classes such as point, multipoint, polygon, and polyline.

  • A shapefile created by this tool has an integer field named ID. The ID field is not created when you provide a Template Dataset parameter value.

Parameters

LabelExplanationData Type
Feature Class Location

The enterprise or file geodatabase or the folder in which the output feature class will be created. This workspace must already exist.

Workspace; Feature Dataset
Feature Class Name

The name of the feature class to be created.

String
Geometry Type
(Optional)

Specifies the geometry type of the output feature class.

  • PointThe geometry type will be point.
  • MultipointThe geometry type will be multipoint.
  • PolygonThe geometry type will be polygon.
  • PolylineThe geometry type will be polyline.
  • MultipatchThe geometry type will be multipatch.
String
Template Datasets
(Optional)

An existing dataset or a list of datasets used as templates to define the attribute fields of the new feature class.

Table View
Has M
(Optional)

Specifies whether the feature class will have linear measurement values (m-values).

  • NoThe output feature class will not have m-values. This is the default.
  • YesThe output feature class will have m-values.
  • Same as the template feature classThe output feature class will have m-values if the dataset specified in the Template Feature Class parameter (template parameter in Python) has m-values.
String
Has Z
(Optional)

Specifies whether the feature class will have elevation values (z-values).

  • NoThe output feature class will not have z-values. This is the default.
  • YesThe output feature class will have z-values.
  • Same as the template feature classThe output feature class will have z-values if the dataset specified in the Template Feature Class parameter (template parameter in Python) has z-values.
String
Coordinate System
(Optional)

The spatial reference of the output feature dataset. On the Spatial Reference Properties dialog box, you can select, import, or create a new coordinate system. To set aspects of the spatial reference, such as the x,y-, z-, or m-domain, resolution, or tolerance, use the Environments dialog box.

If a spatial reference is not provided, the output will have an undefined spatial reference.

Note:

The spatial reference of the Template Feature Class value has no effect on the output spatial reference. If you want the output to be in the coordinate system of the Template Feature Class value, set the Coordinate System parameter to the spatial reference of the Template Feature Class value.

Spatial Reference
Configuration Keyword
(Optional)

The configuration keyword applies to enterprise geodatabase data only. It determines the storage parameters of the database table.

String
Output Spatial Grid 1
(Optional)

This parameter is not supported. Any value provided will be ignored.

Double
Output Spatial Grid 2
(Optional)

This parameter is not supported. Any value provided will be ignored.

Double
Output Spatial Grid 3
(Optional)

This parameter is not supported. Any value provided will be ignored.

Double
Feature Class Alias
(Optional)

The alternate name for the output feature class that will be created.

String
OID Type
(Optional)

Specifies whether the output Object ID field will be 32 bit or 64 bit.

  • Same as templateThe output Object ID field type (32 bit or 64 bit) will be the same as the Object ID field of the first template dataset. This is the default.
  • 64-bitThe output Object ID field will be 64 bit.
  • 32-bitThe output Object ID field will be 32 bit.
String

Derived Output

LabelExplanationData Type
Output Feature Class

The new feature class.

Feature Class

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics