![]() |
MobilityDB 1.3
|
A simple program that reads the spatial_ref_sys.csv
file obtained by exporting the PostGIS spatial_ref_sys
table in CSV format.
More...
Data Structures | |
struct | PjStrs |
Utility structure to get many potential string representations from spatial_ref_sys query. More... | |
Macros | |
#define | MAX_LENGTH_HEADER 1024 |
#define | maxprojlen 512 |
#define | SPATIAL_REF_SYS "/usr/local/lib/spatial_ref_sys.csv" |
#define | spibufferlen 512 |
Functions | |
static PjStrs | GetProjStringsSPI (int32_t srid) |
int | main () |
A simple program that reads the spatial_ref_sys.csv
file obtained by exporting the PostGIS spatial_ref_sys
table in CSV format.
The program can be build as follows