Frequently asked question

Can different geometry features be merged into a feature class?

Last Published: August 29, 2023

Answer

No, features of different spatial representations (point, line, and polygon) cannot be merged into a single feature class. The same geometry type for features must be used when merging datasets into a feature class. However, different, and multiple features can be combined for other purposes such as visualization, exporting features into one file, or creating a buffer for line and point features and joining the feature class to the polygon feature class. The workarounds provided are alternatives to combine the features without placing them into a feature class or changing the line or point feature into a buffer polygon.

Combine the features into a group layer

In the Contents pane, group the different feature classes into a group layer for display purposes. Refer to ArcGIS Pro: Create a group layer for further instructions.

The group layer with the point and polygon features underneath in the Contents pane.

Export the features as a KML file

Combine the different features into a group layer and export it as a KML file using theĀ Layer To KML (Conversion) tool.

  1. Open the ArcGIS Pro project.
  2. Group the features into a group layer. Refer to ArcGIS Pro: Create a group layer for further instructions.
  3. Export the created group layer as a KML file.
    1. On the Analysis tab, in the Geoprocessing group, click Tools.
    2. In the Geoprocessing pane, search for and click the Layer To KML tool.
    3. In the Layer To KML pane, on the Parameters tab, select the group layer from the Layer drop-down list.
    4. In the Output File field, click Browse The Browse icon. to specify a name and file location for the output.
    5. Click Run.
The Layer To KML parameters configured in the Layer To KML pane.

Create a buffer and combine it with the polygon feature class

Convert the line or point features into buffer polygons and combine them with the polygon feature class using the Append (Data Management) tool.

Note: 
This workflow only applies to line and point features that are combined with polygon features.
  1. Open the ArcGIS Pro project.
  2. Create a buffer for the line or point features.
    1. On the Analysis tab, in the Geoprocessing group, click Tools.
    2. In the Geoprocessing pane, search for and click the Buffer tool.
    3. In the Buffer pane, on the Parameters tab, select the point or line feature layer from the Input Features drop-down list.
    4. For Output Feature Class, click Browse The Browse icon. to specify a name and file location for the output.
    5. For Distance, specify the distance of the buffer. Refer to ArcGIS Pro: Parameters for more information.
    6. Click Run.
The Buffer parameters configured in the Buffer pane.

The map shows the buffer polygons (red) converted from point features above the polygon feature (purple).

The buffer output above the polygon features in the map.
  1. Append the buffer output feature class to the polygon feature class.
    1. On the Analysis tab, in the Geoprocessing group, click Tools.
    2. In the Geoprocessing pane, search for and click Append.
    3. In the Append pane, on the Parameters tab, select the buffer output layer from the Input Datasets drop-down list.
    4. For Target Dataset, select the polygon layer from the drop-down list.
    5. For Field Matching Type, select the desired option from the drop-down list depending on the schema type. Refer to ArcGIS Pro: Parameters for more information.
    6. Click Run.
The Append parameters configured in the Append pane.

The attribute table displays the buffer polygon data appended to the polygon feature, combining the buffer feature class with the polygon feature class.

The highlighted buffer polygon attributes appended to the polygon feature attribute table.

Article ID:000031065

Software:
  • ArcGIS Pro 3 1
  • ArcGIS Pro 3 0

Receive notifications and find solutions for new or common issues

Get summarized answers and video solutions from our new AI chatbot.

Download the Esri Support App

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options