GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Functions | |
int | dig_read_frmt_ascii (FILE *dascii, struct Format_info *finfo) |
Read external vector format file. More... | |
int | dig_write_frmt_ascii (FILE *dascii, struct Format_info *finfo, int format) |
int dig_read_frmt_ascii | ( | FILE * | dascii, |
struct Format_info * | finfo | ||
) |
Read external vector format file.
dascii | format file (frmt) | |
[out] | finfo | pointer to Format_info structure |
Definition at line 32 of file frmt.c.
References _, Format_info_pg::conninfo, Format_info_ogr::dsn, Format_info_pg::fid_column, G_chop(), G_debug(), G_getl2(), G_store(), G_strcasecmp(), G_warning(), G_zero(), GV_FORMAT_OGR, GV_FORMAT_POSTGIS, GV_PG_FID_COLUMN, Format_info_ogr::layer_name, Format_info::ogr, Format_info::pg, Format_info_pg::schema_name, Format_info_pg::table_name, Format_info_ogr::where, and Format_info_pg::where.
int dig_write_frmt_ascii | ( | FILE * | dascii, |
struct Format_info * | finfo, | ||
int | format | ||
) |