PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "liblwgeom_internal.h"
#include "lwgeom_log.h"
Go to the source code of this file.
Functions | |
void | lwmpoint_release (LWMPOINT *lwmpoint) |
LWMPOINT * | lwmpoint_construct_empty (int srid, char hasz, char hasm) |
LWMPOINT * | lwmpoint_add_lwpoint (LWMPOINT *mobj, const LWPOINT *obj) |
LWMPOINT * | lwmpoint_construct (int srid, const POINTARRAY *pa) |
void | lwmpoint_free (LWMPOINT *mpt) |
LWGEOM * | lwmpoint_remove_repeated_points (const LWMPOINT *mpoint, double tolerance) |
LWMPOINT * | lwmpoint_from_lwgeom (const LWGEOM *g) |