MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
geo_test.c File Reference

A simple program that tests the funtions for the temporal geometry types in MEOS, that is, geometry, geography, stbox, tgeometry, tgeography, tgeompoint, tgeogpoint. More...

#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <meos.h>
#include <meos_geo.h>

Functions

int main (void)
 

Detailed Description

A simple program that tests the funtions for the temporal geometry types in MEOS, that is, geometry, geography, stbox, tgeometry, tgeography, tgeompoint, tgeogpoint.

The program can be build as follows

gcc -Wall -g -I/usr/local/include -o geo_test geo_test.c -L/usr/local/lib -lmeos