#include <unistd.h>
#include <grass/Vect.h>
#include <grass/gis.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Functions | |
int | check_coor (struct Map_info *Map) |
int | V1_open_old_nat (struct Map_info *Map, int update) |
int | V1_open_new_nat (struct Map_info *Map, char *name, int with_z) |
int check_coor | ( | struct Map_info * | Map | ) |
Definition at line 115 of file open_nat.c.
References Vect_coor_info().
Referenced by V1_open_old_nat().
int V1_open_new_nat | ( | struct Map_info * | Map, | |
char * | name, | |||
int | with_z | |||
) |
Definition at line 67 of file open_nat.c.
References dig__byte_order_out(), dig__write_head(), dig_file_init(), dig_init_portable(), and Vect__write_head().
Referenced by Vect_open_new().
int V1_open_old_nat | ( | struct Map_info * | Map, | |
int | update | |||
) |
Definition at line 34 of file open_nat.c.
References check_coor(), dig__read_head(), dig_file_init(), dig_file_load(), and dig_init_portable().