-
Notifications
You must be signed in to change notification settings - Fork 1
Jip Claassens edited this page Jul 6, 2026
·
7 revisions
- id(domain unit)
id(domain unit) results in an attribute with the index numbers of the domain unit domain unit.
This domain unit argument is both domain unit and values unit of the resulting attribute.
An id(domain unit, relation) function is not implemented. Use the cumulate function to calculate index numbers per partitioning.
- unit with value type of the group CanBeDomainUnit
unit<uint32> Region: NrofRows = 5;
attribute<Region> 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.