49 sprintf(buf,
"%s",
G_date());
int Vect_set_map_name(struct Map_info *, const char *)
Set map name in map header.
int Vect_set_comment(struct Map_info *, const char *)
Set comment or other info string in map header.
const char * G_whoami(void)
Gets user's name.
int Vect_set_thresh(struct Map_info *, double)
Set threshold used for digitization in map header.
int release_support
Release memory occupied by support structures (topo, spatial, category)
int Vect_set_map_date(struct Map_info *, const char *)
Set date when the source map was originally produced in map header.
double Vect_get_thresh(const struct Map_info *)
Get threshold used for digitization from map header.
int Spidx_built
Spatial index built?
int Vect_get_zone(const struct Map_info *)
Get projection zone from map header.
const char * Vect_get_map_date(const struct Map_info *)
Get date when the source map was originally produced from map header.
int Vect_set_proj(struct Map_info *, int)
Set projection in map header.
int Vect_set_date(struct Map_info *, const char *)
Set date of digitization in map header.
struct Plus_head plus
Plus info (topology, version, ...)
const char * Vect_get_organization(const struct Map_info *)
Get organization string from map header.
struct dig_head head
Header info.
const char * Vect_get_map_name(const struct Map_info *)
Get map name from map header.
const char * Vect_get_date(const struct Map_info *)
Get date of digitization from map header.
int Vect_copy_head_data(const struct Map_info *from, struct Map_info *to)
Copy header data from one to another map.
void G_zero(void *, int)
Zero out a buffer, buf, of length i.
const char * Vect_get_comment(const struct Map_info *)
Get comment or other info string from map header.
int Vect_set_person(struct Map_info *, const char *)
Set name of user who digitized the map in map header.
int Vect_get_scale(const struct Map_info *)
Get map scale from map header.
int update_cidx
Update category index if vector is modified.
void Vect__init_head(struct Map_info *Map)
Initialize Map_info head structure (dig_head)
int Vect_set_organization(struct Map_info *, const char *)
Set organization string in map header.
int Vect_set_zone(struct Map_info *, int)
Set projection zone in map header.
const char * G_date(void)
Current date and time.
int Vect_set_scale(struct Map_info *, int)
Set map scale in map header.
const char * Vect_get_person(const struct Map_info *)
Get user name string who digitized the map from map header.