-
Notifications
You must be signed in to change notification settings - Fork 1
PointRow
MaartenHilferink edited this page Aug 12, 2026
·
13 revisions
Geometric functions PointRow

- PointRow(point data item)
PointRow(point data item) results in a data item with the row numbers of the point data item point data item.
Be aware, the result is depending on the XY order.
data item point data item with a Point value type
attribute<float32> PointRowXY (ADomain) := PointRow(pointXY);
| pointXY | PointRowXY |
|---|---|
| xy(115135; 401331) | 401331 |
| xy(111803; 399476) | 399476 |
| xy(114903; 399289) | 399289 |
| xy(111353; 401729) | 401729 |
| xy(111741; 398696) | 398696 |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.