-
Notifications
You must be signed in to change notification settings - Fork 1
First_node
MaartenHilferink edited this page Aug 12, 2026
·
10 revisions
Network functions first node
- first_node(arc_polygon_dataitem)
first_node(arc_polygon_dataitem) results in a point data item with the coordinates of the first point of an arc or polygon of argument arc_polygon_dataitem.
Use the arc2segm function to split an arc into segments.
data item arc_polygon_dataitem with fpoint or dpoint value type and composition type type arc or polygon.
attribute<fpoint> first_node (Road) := first_node(road/geometry);
| road/geometry | first_node |
|---|---|
| {2: xy(112631; 399246) xy(111866; 398599)} | xy(112631; 399246) |
| {3: xy(111866; 398599) xy(111924; 399495) xy(111524; 401801)} | xy(111866; 398599) |
| {2: xy(114921; 401529) xy(114823; 398584)} | xy(114921; 401529) |
domain Road, nr of rows = 3
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.