PartioningAttribute - ObjectVision/GeoDMS GitHub Wiki
discrete_alloc function, argument 4: PartioningAttribute
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.
- attribute PartioningAttribute with value type: uint8
unit<uint8> lu_type: nrofrows = 3
{
attribute<lu_type> partioning := id(lu_type);
}