point arc operators - ObjectVision/GeoDMS GitHub Wiki
Back to Geometric functions
Point-arc operators interpolate or sample along arc geometries, converting them to discrete point or segment sets. These are typically used for routing, network analysis, or generating evenly spaced positions along a line.
- dyna_point - generate a set of points at equal intervals along each arc
- dyna_point_with_ends - generate a set of points at equal intervals along each arc, including the start and end nodes
- dyna_segment - generate a set of line segments at equal intervals along each arc
- dyna_segments_with_ends - generate a set of line segments at equal intervals along each arc, including segments at the start and end nodes