MobilityDB 1.3
Loading...
Searching...
No Matches
Functions
01_hello_world_geodetic.c File Reference

A simple program that uses the MEOS library for creating some temporal geography point values and output them in MF-JSON format. More...

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

Functions

int main ()
 

Detailed Description

A simple program that uses the MEOS library for creating some temporal geography point values and output them in MF-JSON format.

The program can be build as follows

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