PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "CUnit/Basic.h"
#include "CUnit/CUnit.h"
#include "liblwgeom_internal.h"
#include "cu_tester.h"
Go to the source code of this file.
Functions | |
static LWGEOM * | lwgeom_from_text (const char *str) |
static char * | lwgeom_to_text (const LWGEOM *geom, int prec) |
static void | test_lwcurve_linearize (void) |
void | lwstroke_suite_setup (void) |