-
Notifications
You must be signed in to change notification settings - Fork 1
sequence_element_count
Jip Claassens edited this page Aug 11, 2026
·
1 revision
Sequence functions sequence_element_count
- sequence_element_count(sequence_data_item)
sequence_element_count(sequence_data_item) results in a uint32 data item with the number of points of each sequence/polygon in sequence_data_item, in the same domain unit.
Available since GeoDMS 20.x.
attribute<fpoint> line (S, arc) := points2sequence(pointset/point, pointset/sequence_rel, pointset/ordinal);
attribute<uint32> nrPoints (S) := sequence_element_count(line);
A three-point line results in nrPoints = 3.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.