GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
dig_head Struct Reference

Vector map header data. More...

#include <dig_structs.h>

Collaboration diagram for dig_head:

Data Fields

charorganization
 Organization name.
 
chardate
 Map date.
 
charuser_name
 User name.
 
charmap_name
 Map name.
 
charsource_date
 Source date.
 
long orig_scale
 Original scale.
 
charcomment
 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 recyclerecycle
 Recycle dead line.
 

Detailed Description

Vector map header data.

Holds header data of vector map (see vlibMap_info)

Definition at line 285 of file dig_structs.h.

Field Documentation

◆ comment

char* dig_head::comment

Comments.

Definition at line 313 of file dig_structs.h.

◆ coor_version

struct Version_info dig_head::coor_version

Version info for coor file.

Definition at line 329 of file dig_structs.h.

◆ date

char* dig_head::date

Map date.

Definition at line 293 of file dig_structs.h.

◆ digit_thresh

double dig_head::digit_thresh

Threshold for digitization.

Definition at line 323 of file dig_structs.h.

◆ head_size

long dig_head::head_size

Coor header size.

Definition at line 346 of file dig_structs.h.

◆ last_offset

off_t dig_head::last_offset

Offset of last read line.

Definition at line 356 of file dig_structs.h.

◆ map_name

char* dig_head::map_name

Map name.

Definition at line 301 of file dig_structs.h.

◆ organization

char* dig_head::organization

Organization name.

Definition at line 289 of file dig_structs.h.

◆ orig_scale

long dig_head::orig_scale

Original scale.

Definition at line 309 of file dig_structs.h.

◆ plani_zone

int dig_head::plani_zone

Zone (UTM only)

Definition at line 319 of file dig_structs.h.

◆ port

struct Port_info dig_head::port

Portability information.

Definition at line 351 of file dig_structs.h.

◆ proj

int dig_head::proj

Definition at line 314 of file dig_structs.h.

◆ recycle

struct recycle* dig_head::recycle

Recycle dead line.

Todo:
Not implemented yet

Definition at line 363 of file dig_structs.h.

◆ size

off_t dig_head::size

Coor file size.

Definition at line 342 of file dig_structs.h.

◆ source_date

char* dig_head::source_date

Source date.

Definition at line 305 of file dig_structs.h.

◆ user_name

char* dig_head::user_name

User name.

Definition at line 297 of file dig_structs.h.

◆ with_z

int dig_head::with_z

2D/3D vector data

  • zero for 2D data
  • non-zero for 3D data

Definition at line 337 of file dig_structs.h.


The documentation for this struct was generated from the following file: