Skip to main content

Create Unregistered Feature Class (Data Management Tools)

Summary

Creates an empty feature class in an enterprise database, enterprise geodatabase, GeoPackage, or SQLite database. The feature class is not registered with the geodatabase.

Usage

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

  • The empty feature class created by this tool will either have a field named OBJECTID of type integer or contain the same field names and types of any selected input template feature class.

  • Unregistered feature classes can be registered with the geodatabase using the Register With Geodatabase tool.

Parameters

Label Explanation Data type

Feature Class Location

The enterprise database or enterprise geodatabase in which the feature class will be created.

Workspace; Feature Dataset

Feature Class Name

The name of the feature class that will be created.

String

Geometry Type

(Optional)

Specifies the geometry type of the feature class. This parameter is only relevant for those geometry types that store dimensionality metadata, such as ST_Geometry in PostgreSQL, PostGIS Geometry, and Oracle SDO_Geometry.

  • PointThe geometry type will be point.

  • MultipointThe geometry type will be multipoint.

  • PolylineThe geometry type will be polyline.

  • PolygonThe geometry type will be polygon. This is the default.

String

Template Feature Classes

(Optional)

An existing feature class or list of feature classes with fields and attribute schema that will be used to define the fields in the output feature class.

Feature Layer

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

Spatial Reference

(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.

Spatial Reference

Configuration Keyword

(Optional)

Specifies the default storage parameters (configurations) for geodatabases in a relational database management system (RDBMS). This setting is applicable only when using enterprise geodatabase tables.

Configuration keywords are set by the database administrator.

Learn more about configuration keywords

String

Derived output

Label Explanation Data type

Output Feature Class

The output unregistered feature class.

Feature Class

Environments

Current Workspace, Output CONFIG Keyword

Licensing information

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