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_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