PostGIS
3.0.6dev-r@@SVN_REVISION@@
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "CUnit/Basic.h"
#include "liblwgeom_internal.h"
#include "gserialized2.c"
#include "cu_tester.h"
Go to the source code of this file.
Functions | |
static void | test_g2flags_macros (void) |
static void | test_gserialized2_extended_flags (void) |
static void | test_gserialized2_srid (void) |
static void | test_gserialized2_from_lwgeom_size (void) |
static void | test_lwgeom_from_gserialized2 (void) |
static void | test_gserialized2_is_empty (void) |
static void | test_on_gser2_lwgeom_count_vertices (void) |
static void | test_gserialized2_peek_gbox_p_no_box_when_empty (void) |
static void | test_gserialized2_peek_gbox_p_gets_correct_box (void) |
static void | test_gserialized2_peek_gbox_p_fails_for_unsupported_cases (void) |
static int | peek2_point_helper (char *geometry, POINT4D *p) |
static void | test_gserialized2_peek_first_point (void) |
void | gserialized2_suite_setup (void) |