-
Notifications
You must be signed in to change notification settings - Fork 1
cicada edited this page Dec 7, 2022
·
8 revisions
- id(domainunit)
id(domainunit) results in an attribute with the index numbers of the domain unit domainunit.
This domainunit argument is both domain unit and values unit of the resulting attribute.
An id(domainunit, relation) function is not implemented. Use the cumulate function to calculate index numbers per partitioning.
- unit with value type of the group CanBeDomainUnit
5.15
unit Region: NrofRows = 5;
attribute idRegion (Region) := id(Region);
| idRegion |
| 0 |
| 1 |
| 2 |
| 3 |
| 4 |
domain Region, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.