Skip to main content

Feature Envelope Rectangle to Polygon

Overview

The Feature Envelope Rectangle to Polygon tool extracts the axis-aligned spatial extent of geographic features. It calculates the maximum and minimum X and Y coordinates of each input feature, whether point, line, or polygon, in the current coordinate system, and generates a minimum horizontal bounding rectangle as a polygon feature from those extrema.

Use Cases

  • Area estimation and map production: Quickly calculate the control extent of parcels or buildings and generate an index layer.
  • Resource distribution analysis: Generate an axis-aligned envelope polygon for a single activity event from wildlife GPS monitoring points to estimate the approximate activity area.
  • Data management: Generate extent index polygons for large volumes of vector data to improve spatial query efficiency.
  • Imagery tiling: Generate index rectangles for imagery coverage areas to support tiled clipping or download tasks.

Parameters

ParameterDescriptionNotes
Input featuresThe source dataset for which envelope rectangles will be calculated.Supports point, line, and polygon features.
Split multipart featuresSpecifies whether to calculate an envelope independently for each part of a multipart feature.Enable this option to generate multiple rectangles by part.
Output feature datasetThe generated rectangle polygon features.Supports common vector formats.

Steps

  1. Start the tool: Open the Geoprocessing Toolbox, go to Vector Tools > Feature Conversion, and start the Feature Envelope Rectangle to Polygon tool pane.
  2. Set the input: Select the target Input features.
  3. Configure parameters: Decide whether to enable Split multipart features. If the input is a MultiPolygon and this option is not enabled, only one large rectangle containing all polygon parts is generated.
  4. Configure the output: Specify the output path and output file name.
  5. Run the tool: Click Run. The result is displayed as polygon features.

Notes

  • Rectangle definition: The rectangles generated by this tool are axis-aligned, meaning their edges are parallel to the coordinate axes. They are not minimum-area rotated rectangles. To calculate rectangles that rotate with feature orientation, use the Minimum Bounding Geometry tool.
  • Invalid geometry: Empty geometry or records with abnormal coordinate values cause processing to fail for those records.
  • Projection impact: The shape of the generated rectangle is affected by the current projected coordinate system. iXGIS recommends calculating in an appropriate planar projection to preserve the real-world meaning of rectangle side lengths.