An overview of the Features toolset

The Features toolset contains tools to create and manage feature-based GIS data, transform features from one geometry type to another, find and correct issues with feature geometry, and record feature geometry measurements and coordinates as attributes.

ToolDescription

Add XY Coordinates

Adds the fields POINT_X and POINT_Y to the point input features and calculates their values. It also appends the POINT_Z and POINT_M fields if the input features are Z- and M-enabled.

Adjust 3D Z

Modifies z-values of 3D features.

Bearing Distance To Line

Creates a feature class containing geodetic or planar line features from the values in an x-coordinate field, y-coordinate field, bearing field, and distance field of a table.

Calculate Geometry Attributes

Adds information to a feature's attribute fields representing the spatial or geometric characteristics and location of each feature, such as length or area and x-, y-, z-coordinates, and m-values.

Check Geometry

Generates a report of geometry problems in a feature class.

Copy Features

Copies features from the input feature class or layer to a new feature class.

Delete Features

Deletes all or the selected subset of features from the input.

Dice

Subdivides a feature into smaller features based on a specified vertex limit. This tool is intended as a way to subdivide extremely large features that cause issues with drawing, analysis, editing, and/or performance but are difficult to split up with standard editing and geoprocessing tools. This tool should not be used in any cases other than those where tools are failing to complete successfully due to the size of features.

Feature Envelope To Polygon

Creates a feature class containing polygons, each of which represents the envelope of an input feature.

Feature To Line

Creates a feature class containing lines generated by converting polygon boundaries to lines, or splitting line, polygon, or both features at their intersections.

Feature To Point

Creates a feature class containing points generated from the representative locations of input features.

Feature To Polygon

Creates a feature class containing polygons generated from areas enclosed by input line or polygon features.

Feature Vertices To Points

Creates a feature class containing points generated from specified vertices or locations of the input features.

Geodetic Densify

Creates new features by replacing input feature's segments with densified approximations of geodesic segments. Four type of geodesic segments can be constructed: Geodesic, Great Elliptic, Loxodrome, and Normal Section.

Minimum Bounding Geometry

Creates a feature class containing polygons which represent a specified minimum bounding geometry enclosing each input feature or each group of input features.

Multipart To Singlepart

Creates a feature class containing singlepart features generated by separating multipart input features.

Points To Line

Creates line features from points.

Polygon To Line

Creates a feature class containing lines that are converted from polygon boundaries with or without considering neighboring polygons.

Repair Geometry

Inspects features for geometry problems and repairs them. If a problem is found, a repair will be performed, and a one-line description will identify the feature, as well as the geometry problem that was repaired.

Split Line At Point

Splits line features based on intersection or proximity to point features.

Split Line At Vertices

Creates a polyline feature class by splitting input lines or polygons at their vertices.

Subdivide Polygon

Divides polygon features into a number of equal areas or parts.

Table To Ellipse

Creates a feature class containing geodetic or planar ellipses from the values in an x-coordinate field, y-coordinate field, major axis and minor axis fields, and azimuth field of a table.

Unsplit Line

Aggregates line features that have coincident endpoints and, optionally, common attribute values.

XY Table To Point

Creates a point feature class based on x-, y-, and z-coordinates from a table.

XY To Line

Creates a feature class containing geodetic or planar line features from the values in a start x-coordinate field, start y-coordinate field, end x-coordinate field, and end y-coordinate field of a table.

Related topics