TypeNames - ObjectVision/GeoDMS GitHub Wiki
discrete_alloc function, argument 1: TypeNames
TypeNames is the first argument of the discrete_alloc function.
TypeNames is an attribute with the name of each land use type.
The domain unit of this attribute is the set of land use types.
attribute TypeNames with value type: string
The names of the land use types need to match with the name of the subitems of the following arguments of the discrete_alloc function:
unit<uint8> lu_type: nrofrows = 3
{
attribute<string> Name: ['Living','Working','Nature'];`
}