|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
Vector map header data. More...
#include <dig_structs.h>

Data Fields | |
| char * | organization |
| Organization name. | |
| char * | date |
| Map date. | |
| char * | user_name |
| User name. | |
| char * | map_name |
| Map name. | |
| char * | source_date |
| Source date. | |
| long | orig_scale |
| Original scale. | |
| char * | comment |
| Comments. | |
| int | proj |
| int | plani_zone |
| Zone (UTM only) | |
| double | digit_thresh |
| Threshold for digitization. | |
| struct Version_info | coor_version |
| Version info for coor file. | |
| int | with_z |
| 2D/3D vector data | |
| off_t | size |
| Coor file size. | |
| long | head_size |
| Coor header size. | |
| struct Port_info | port |
| Portability information. | |
| off_t | last_offset |
| Offset of last read line. | |
| struct recycle * | recycle |
| Recycle dead line. | |
Vector map header data.
Holds header data of vector map (see vlibMap_info)
Definition at line 285 of file dig_structs.h.
| char* dig_head::comment |
Comments.
Definition at line 313 of file dig_structs.h.
| struct Version_info dig_head::coor_version |
Version info for coor file.
Definition at line 329 of file dig_structs.h.
| char* dig_head::date |
Map date.
Definition at line 293 of file dig_structs.h.
| double dig_head::digit_thresh |
Threshold for digitization.
Definition at line 323 of file dig_structs.h.
| long dig_head::head_size |
Coor header size.
Definition at line 346 of file dig_structs.h.
| off_t dig_head::last_offset |
Offset of last read line.
Definition at line 356 of file dig_structs.h.
| char* dig_head::map_name |
Map name.
Definition at line 301 of file dig_structs.h.
| char* dig_head::organization |
Organization name.
Definition at line 289 of file dig_structs.h.
| long dig_head::orig_scale |
Original scale.
Definition at line 309 of file dig_structs.h.
| int dig_head::plani_zone |
Zone (UTM only)
Definition at line 319 of file dig_structs.h.
Portability information.
Definition at line 351 of file dig_structs.h.
| int dig_head::proj |
Definition at line 314 of file dig_structs.h.
| off_t dig_head::size |
Coor file size.
Definition at line 342 of file dig_structs.h.
| char* dig_head::source_date |
Source date.
Definition at line 305 of file dig_structs.h.
| char* dig_head::user_name |
User name.
Definition at line 297 of file dig_structs.h.
| int dig_head::with_z |
2D/3D vector data
Definition at line 337 of file dig_structs.h.