GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Vector map header data. More...
#include <dig_structs.h>
Data Fields | |
char * | organization |
Organization name. More... | |
char * | date |
Map date. More... | |
char * | user_name |
User name. More... | |
char * | map_name |
Map name. More... | |
char * | source_date |
Source date. More... | |
long | orig_scale |
Original scale. More... | |
char * | comment |
Comments. More... | |
int | proj |
int | plani_zone |
Zone (UTM only) More... | |
double | digit_thresh |
Threshold for digitization. More... | |
struct Version_info | coor_version |
Version info for coor file. More... | |
int | with_z |
2D/3D vector data More... | |
off_t | size |
Coor file size. More... | |
long | head_size |
Coor header size. More... | |
struct Port_info | port |
Portability information. More... | |
off_t | last_offset |
Offset of last read line. More... | |
struct recycle * | recycle |
Recycle dead line. More... | |
Vector map header data.
Holds header data of vector map (see vlibMap_info)
Definition at line 294 of file dig_structs.h.
char* dig_head::comment |
Comments.
Definition at line 323 of file dig_structs.h.
Referenced by Vect_get_comment(), and Vect_set_comment().
struct Version_info dig_head::coor_version |
Version info for coor file.
Definition at line 339 of file dig_structs.h.
Referenced by dig__read_head(), dig__write_head(), and V1_open_new_nat().
char* dig_head::date |
Map date.
Definition at line 303 of file dig_structs.h.
Referenced by Vect_get_date(), and Vect_set_date().
double dig_head::digit_thresh |
Threshold for digitization.
Definition at line 333 of file dig_structs.h.
Referenced by Vect_get_thresh(), and Vect_set_thresh().
long dig_head::head_size |
Coor header size.
Definition at line 356 of file dig_structs.h.
Referenced by dig__read_head(), dig__write_head(), and V1_rewind_nat().
off_t dig_head::last_offset |
Offset of last read line.
Definition at line 366 of file dig_structs.h.
char* dig_head::map_name |
Map name.
Definition at line 311 of file dig_structs.h.
Referenced by Vect_get_map_name(), and Vect_set_map_name().
char* dig_head::organization |
Organization name.
Definition at line 299 of file dig_structs.h.
Referenced by Vect_get_organization(), and Vect_set_organization().
long dig_head::orig_scale |
int dig_head::plani_zone |
struct Port_info dig_head::port |
Portability information.
Definition at line 361 of file dig_structs.h.
Referenced by dig__read_head(), dig__write_head(), V1_delete_line_nat(), and V1_open_new_nat().
int dig_head::proj |
Definition at line 324 of file dig_structs.h.
Referenced by Vect_get_proj(), and Vect_set_proj().
struct recycle* dig_head::recycle |
off_t dig_head::size |
Coor file size.
Definition at line 352 of file dig_structs.h.
Referenced by dig__read_head(), dig__write_head(), V1_close_nat(), and V1_open_old_nat().
char* dig_head::source_date |
Source date.
Definition at line 315 of file dig_structs.h.
Referenced by Vect_get_map_date(), and Vect_set_map_date().
char* dig_head::user_name |
User name.
Definition at line 307 of file dig_structs.h.
Referenced by Vect_get_person(), and Vect_set_person().
int dig_head::with_z |
2D/3D vector data
Definition at line 347 of file dig_structs.h.
Referenced by dig__read_head(), dig__write_head(), V1_open_old_ogr(), Vect_build_partial(), and Vect_is_3d().