Skip to main content

Rectangular Buffer

Function Overview

The Rectangular Buffer tool expands from the bounding rectangle of each input feature by a specified width and height to create regular rectangular buffer areas. Unlike the standard Buffer tool, it is designed for spatial analysis workflows that require regular geometric shapes.

Use Cases

Transportation Planning And Management

  • Road setback control: Delineate precise building setback distances, such as 10 meters on each side of a road.
  • Railway safety zones: Create standard rectangular protection belts along railways.
  • Traffic control areas: Plan rectangular areas for temporary traffic restrictions.

Land Security And Defense

  • Border monitoring belts: Build regular rectangular patrol and warning zones.
  • Restricted military areas: Delineate rectangular security areas around important facilities.
  • Emergency response zones: Set standard response areas for incidents.

Urban Planning And Conservation

  • Facade control areas: Define rectangular renovation areas along street-facing building facades.
  • Historic conservation areas: Create rectangular protective buffer zones around heritage buildings.
  • Development control lines: Plan rectangular construction boundaries for development areas.

Parameters

Basic Settings (Required)

ParameterDescriptionData type
Input vector fileFeatures to buffer.Point, line, polygon
Buffer methodMethod used to build the buffer. Use the planar method for projected coordinate systems and the geodesic method for geographic coordinate systems.
Expansion widthHorizontal expansion distance, in meters.
Expansion heightVertical expansion distance, in meters.
Output pathStorage path for the output result.Folder path
Output file nameFile name of the output vector file.Text, without extension

Advanced Settings (Optional)

ParameterDescription
File formatOutput file format. The default is GPKG VectorData (.gpv). PostGIS VectorData (.pgv), ESRI Shapefile (.shp), Keyhole Markup Language (KML) (.kml), GeoJSON (.geojson), AutoCAD DXF (.dxf), and other formats are also supported.
Output specified fieldsWhen enabled, output fields can be configured manually. When disabled, the original field structure is retained.
ReprojectWhen enabled, the spatial reference of the output file can be set. Otherwise, the coordinate system of the input features is used.

Notes

Coordinate System Selection

  • Use the planar method with projected coordinate systems and the geodesic method with geographic coordinate systems. Do not mix them.
  • Linear units should be consistent with the buffer distance unit.

Data Quality Checks

  • Check feature geometry validity to avoid self-intersections, empty geometries, and similar issues.
  • Confirm that the feature type, such as point, line, or polygon, matches the intended analysis.
  • Handle abnormal values, such as extremely short line segments or very small polygon features.

Operating Steps

Step 1: Start The Tool

Open the Geoprocessing Toolbox, go to Analysis Tools > Neighborhood Analysis, and double-click Rectangular Buffer to open the tool pane.

Step 2: Set Parameters

Select the input features, choose the appropriate buffer method based on the coordinate system of the features, and set the expansion width and expansion height.

Step 3: Run And Monitor The Task

Click Run to start processing. You can view progress, run time, and completion status in the task list.

If the run fails, the tool provides an error message. Use the Edit button in the lower-right corner to return to the tool pane and adjust the parameters.