Definition at line 463 of file lwline.c.
467 double m = -1 * FLT_MAX;
470 lwnotice(
"Line does not have M dimension");
474 n = line->points->npoints;
477 for (i=0; i<n; ++i) {
480 lwnotice(
"Measure of vertex %d (%g) not bigger than measure of vertex %d (%g)",
#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,...)
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().