Buffer

Title  Buffer

Summary

Creates buffer polygons around input features to a specified distance.


Illustration

Buffer illustration

Usage

Syntax

Parameter Explanation
in_features

The input point, line, or polygon features to be buffered.

out_feature_class

The feature class containing the output buffers.

buffer_distance_or_field

The distance around the input features that will be buffered. Distances can be provided as either a value representing a linear distance or as a field from the input features that contains the distance to buffer each feature.If linear units are not specified or are entered as Unknown, the linear unit of the input features' spatial reference will be used.

line_side (Optional)

Specifies the sides of the input features that will be buffered. This parameter is only supported for polygon and line features.Full—For lines, buffers will be generated on both sides of the line. For polygons, buffers will be generated around the polygon and will contain and overlap the area of the input features. This is the default.Left—For lines, buffers will be generated on the topological left of the line. This option is not supported for polygon input features.Right—For lines, buffers will be generated on the topological right of the line. This option is not supported for polygon input features.Exclude the input polygon from buffer—For polygons, buffers will be generated outside the input polygon only (the area inside the input polygon will be erased from the output buffer). This option is not supported for line input features.This optional parameter is not available with a Desktop Basic or Desktop Standard license.

line_end_type (Optional)

Specifies the shape of the buffer at the end of line input features. This parameter is not valid for polygon input features.Round—The ends of the buffer will be round, in the shape of a half circle. This is the default.Flat—The ends of the buffer will be flat or squared and will end at the endpoint of the input line feature.This optional parameter is not available with a Desktop Basic or Desktop Standard license.

dissolve_option (Optional)

Specifies the type of dissolve that will be performed to remove buffer overlap.No Dissolve—An individual buffer for each feature will be maintained, regardless of overlap. This is the default.Dissolve all output features into a single feature—All buffers will be dissolved together into a single feature, removing any overlap.Dissolve features using the listed fields' unique values or combination of values—Any buffers sharing attribute values in the listed fields (carried over from the input features) will be dissolved.

dissolve_field (Optional)

The list of fields from the input features on which the output buffers will be dissolved. Any buffers sharing attribute values in the listed fields (carried over from the input features) will be dissolved.

method (Optional)

Specifies whether the planar or geodesic method will be used to create the buffers.Planar—If the input features are in a projected coordinate system, Euclidean buffers will be created. If the input features are in a geographic coordinate system and the buffer distance is in linear units (meters, feet, and so forth, as opposed to angular units such as degrees), geodesic buffers will be created. This is the default. You can use the Output Coordinate System environment setting to specify the coordinate system to use. For example, if your input features are in a projected coordinate system, you can set the environment to a geographic coordinate system to create geodesic buffers.Geodesic (shape preserving)—All buffers will be created using a shape-preserving geodesic buffer method, regardless of the input coordinate system.

esri_out_feature_service_name (Optional)

The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.

Code Samples

Tags

adjacent, area, around, bound, circle, close, cushion, distance, donut, doughnut, euclidean, expand, extend, fall inside, far, geodesic, near, nearby, neighbor, offset, outside, outward, region, ring, surround, within, zone

Credits

Use limitations