GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <temporal.h>
Data Fields | |
char * | name |
char * | mapset |
struct TimeStamp | ts |
A simple structure to organize time stamped maps
Definition at line 45 of file temporal.h.
char* _tgisMap::mapset |
Definition at line 47 of file temporal.h.
Referenced by tgis_free_map_list(), and tgis_init_map_list().
char* _tgisMap::name |
Definition at line 46 of file temporal.h.
Referenced by tgis_free_map_list(), and tgis_init_map_list().
struct TimeStamp _tgisMap::ts |
Definition at line 48 of file temporal.h.