PartioningAttribute

discrete_alloc function, argument 4: PartioningAttribute

definition

PartioningAttribute is the fourth argument of the discrete_alloc function.

PartioningAttribute is an attribute with the index number of each land use type.

The domain-unit of this attribute is the set of land use types.

applies

  • attribute PartioningAttribute with value type: uint8

example

unit<uint8> lu_type: nrofrows = 3
{ 
   attribute<lu_type> partioning := id(lu_type);
}