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

Go to the source code of this file.

Functions

void lwmpoint_release (LWMPOINT *lwmpoint)
 
LWMPOINTlwmpoint_construct_empty (int srid, char hasz, char hasm)
 
LWMPOINTlwmpoint_add_lwpoint (LWMPOINT *mobj, const LWPOINT *obj)
 
LWMPOINTlwmpoint_construct (int srid, const POINTARRAY *pa)
 
void lwmpoint_free (LWMPOINT *mpt)
 
LWMPOINTlwmpoint_from_lwgeom (const LWGEOM *g)