Selection functions - ObjectVision/GeoDMS GitHub Wiki

Selection functions are used to create new domain units with selection of elements from other domain units.

For an overview of select operations and their recommended use, see https://github.com/ObjectVision/GeoDMS/wiki/selection-operator-comparison

Note: select_data is replaced by collect_by_cond

  • select_uint8 - is the select variant with a uint8 result domain (domain only, no org_rel or attributes)
  • select_uint16 - is the select variant with a uint16 result domain
  • select_uint32 - is the select variant with a uint32 result domain
  • select_uint64 - is the select variant with a uint64 result domain
  • select_uint64_with_org_rel - is the select_with_org_rel variant with a uint64 result domain
  • select_uint64_with_attr_by_cond - is the select_with_attr_by_cond variant with a uint64 result domain
  • select_uint64_with_attr_by_org_rel - is the select_with_attr_by_org_rel variant with a uint64 result domain