void test_lwline_crossing_short_lines(void)
{
- int rv = 0;
-
/*
** Simple test, two two-point lines
*/
void test_lwline_clip(void)
{
- int rv = 0;
LWCOLLECTION *c;
char *ewkt;
void test_lwmline_clip(void)
{
- int rv = 0;
LWCOLLECTION *c;
char *ewkt;
LWMLINE *mline = NULL;
LWLINE *line = lwline_construct(-1, NULL, pa);
LWCOLLECTION *c;
char *ewkt;
- int rv = 0;
p->x = 0.0;
p->y = 0.0;
** Set up liblwgeom to run in stand-alone mode using the
** usual system memory handling functions.
*/
-void cunit_lwerr(const char *fmt, va_list ap) {
- printf("Got an LWERR.\n");
-}
-
-void cunit_lwnotice(const char *fmt, va_list ap) {
- printf("Got an LWNOTICE.\n");
-}
-
void lwgeom_init_allocators(void) {
/* liblwgeom callback - install default handlers */
lwgeom_install_default_allocators();