PartioningName - ObjectVision/GeoDMS GitHub Wiki

discrete_alloc function, argument 5: PartioningName

definition

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.

applies

  • attribute PartioningName with value type: string.

example

unit<uint8> lu_type: nrofrows = 3
{ 
   attribute<string> PartioningName: ['Living','Working','Nature'];
}
⚠️ **GitHub.com Fallback** ⚠️