Definition at line 454 of file lwline.c.
455{
457 {
458 lwnotice(
"Line does not have M dimension");
460 }
461
463
464 if (n < 2)
466
467 double m = -1 * FLT_MAX;
468 for (uint32_t i = 0; i < n; ++i)
469 {
474 {
476 "Measure of vertex %d (%g) not bigger than measure of vertex %d (%g)", i, p.
m, i - 1, m);
478 }
480 }
481
483}
#define FLAGS_GET_M(flags)
#define LW_TRUE
Return types for functions with status returns.
int getPoint3dm_p(const POINTARRAY *pa, uint32_t n, POINT3DM *point)
void lwnotice(const char *fmt,...) __attribute__((format(printf
Write a notice out to the notice handler.
References LWLINE::flags, FLAGS_GET_M, getPoint3dm_p(), LW_FALSE, LW_TRUE, lwnotice(), POINT3DM::m, POINTARRAY::npoints, and LWLINE::points.
Referenced by lwgeom_is_trajectory().