|
MobilityDB 1.3
|
A simple program that get the SRID of the geometries stored in the file ways.csv that has the content of the PostgreSQL table ways defined as follows.
More...
#include <stdio.h>#include <stdlib.h>#include <time.h>#include <float.h>#include <meos.h>#include <meos_geo.h>#include <meos_npoint.h>Data Structures | |
| struct | ways_record |
| Structure to represent a record in the ways CSV file. More... | |
Macros | |
| #define | MAX_LEN_GEOM 100001 |
| #define | MAX_LEN_HEADER 1024 |
| #define | NUM_WAYS_BATCH 10 |
Functions | |
| int | main (void) |
A simple program that get the SRID of the geometries stored in the file ways.csv that has the content of the PostgreSQL table ways defined as follows.
The program can be build as follows