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
| Parameter | Description | Notes |
|---|---|---|
| Input features | The source dataset for which envelope rectangles will be calculated. | Supports point, line, and polygon features. |
| Split multipart features | Specifies whether to calculate an envelope independently for each part of a multipart feature. | Enable this option to generate multiple rectangles by part. |
| Output feature dataset | The generated rectangle polygon features. | Supports common vector formats. |
Steps
- Start the tool: Open the Geoprocessing Toolbox, go to Vector Tools > Feature Conversion, and start the Feature Envelope Rectangle to Polygon tool pane.
- Set the input: Select the target Input features.
- 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.
- Configure the output: Specify the output path and output file name.
- 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.