point arc operators
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_segment_with_ends - is the Dyna_segment variant that also generates the end points
- dyna_point_uint64 - is the Dyna_point variant with a uint64 result domain
- dyna_point_with_ends_uint64 - is the [[dyna_point_with_ends]] variant with a uint64 result domain
- dyna_segment_uint64 - is the Dyna_segment variant with a uint64 result domain
- dyna_segment_with_ends_uint64 - is the [[dyna_segment_with_ends]] variant with a uint64 result domain
- dyna_segments_with_ends - generate a set of line segments at equal intervals along each arc, including segments at the start and end nodes