PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "CUnit/Basic.h"
#include "liblwgeom_internal.h"
#include "effectivearea.h"
#include "cu_tester.h"
Go to the source code of this file.
Functions | |
static void | do_test_lwgeom_effectivearea (POINTARRAY *pa, double *the_areas, int avoid_collaps) |
static void | do_test_lwgeom_effectivearea_lines (void) |
static void | do_test_lwgeom_effectivearea_polys (void) |
void | effectivearea_suite_setup (void) |