Open Table of Contents

Transfer Polygon Attributes Wizard

Transfers the attributes from one polygon layer (source) to another (target) based on their spatial location (overlay). The user specifies the method for transferring the attributes of each field of the source polygon attribute table.

Inputs:

Outputs:

Transfer Methods:

The Source dataset has two polygons  A and B. The Target dataset has a single polygon - Z. The portion of the Target polygon that intersects with polygon "A" of the Source layer is polygon X, and the portion that intersects with polygon B is polygon Y.

population_Z = population_A * area_X  / area_A +  population_B * area_Y / area_B

rainfall_Z = (rainfall_A * area_X   +  rainfall_B * area_Y ) / area_Z

IF area_X  / area_Z > area_Y / area_Z   THEN  soiltype_Z = soiltype_A

IF area_X  / area_Z < area_Y / area_Z   THEN  soiltype_Z = soiltype_B

Notes:

Example:

Source Data

Transfer Methods

  • County - Type
  • Population - Count
  • Rainfall - Value

Results