PartioningName - ObjectVision/GeoDMS GitHub Wiki
discrete_alloc function, argument 5: PartioningName
PartioningName is the fifth argument of the discrete_alloc function.
PartioningName is an attribute that maps each PartioningAttribute to a partioning name.
The domain unit of this attribute is the set of land use types.
- attribute PartioningName with value type: string.
unit<uint8> lu_type: nrofrows = 3
{
attribute<string> PartioningName: ['Living','Working','Nature'];
}