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 | lwmpoly_release (LWMPOLY *lwmpoly) |
LWMPOLY * | lwmpoly_construct_empty (int srid, char hasz, char hasm) |
LWMPOLY * | lwmpoly_add_lwpoly (LWMPOLY *mobj, const LWPOLY *obj) |
void | lwmpoly_free (LWMPOLY *mpoly) |