PostGIS  2.5.7dev-r@@SVN_REVISION@@
lwmline.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "liblwgeom_internal.h"
Include dependency graph for lwmline.c:

Go to the source code of this file.

Functions

void lwmline_release (LWMLINE *lwmline)
 
LWMLINElwmline_construct_empty (int srid, char hasz, char hasm)
 
LWMLINElwmline_add_lwline (LWMLINE *mobj, const LWLINE *obj)
 
LWMLINElwmline_measured_from_lwmline (const LWMLINE *lwmline, double m_start, double m_end)
 Re-write the measure ordinate (or add one, if it isn't already there) interpolating the measure between the supplied start and end values. More...
 
void lwmline_free (LWMLINE *mline)