-
Notifications
You must be signed in to change notification settings - Fork 1
Empty domain
Jip Claassens edited this page Oct 9, 2025
·
4 revisions
An empty domain is a domain with zero elements.
The following example shows how such a domain and a set of attributes for this domain can be configured.
unit<uint32> empty_domain : nrofrows = 0
{
attribute<uint32> int_data : [ ];
attribute<dpoint> poly_data (poly) : [ ];
}
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.