Attribute Assign Methods
Numeric fields
For those records in the source file with points that fall within a wireframe:
- the AVERAGE of all the values
- the MINIMUM value
- the MAXIMUM value
- the SUM of all the values
- the COUNT of all the values
- the FIRST value encountered
- the LAST value encountered
Character fields
For those records in the source file with points that fall within a wireframe:
- the FIRST value encountered
- the LAST value encountered
- the DOMINANT (most frequently encountered) value.
DOMINANT will default to FIRST if there is no true dominant value (i.e. more than one value has the highest count). "(FIRST)" will be written after the value in the report file to indicate that this has been done.