GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <temporal.h>
Data Fields | |
double | start |
double | end |
char | has_end |
double | north |
double | south |
double | east |
double | west |
double | top |
double | bottom |
Spatio temporal extent as double values
The spatio temporal extent contains only double values.
The unit of start and end time is seconds in case the time is absolute. Reference is Jan. 1. 1900 00:00:00 +00:00 UTC
If no end time is present, because its a time instance, then has_end must be 0.
Definition at line 92 of file temporal.h.
double _tgisExtent::bottom |
Definition at line 102 of file temporal.h.
double _tgisExtent::east |
Definition at line 99 of file temporal.h.
double _tgisExtent::end |
Definition at line 95 of file temporal.h.
char _tgisExtent::has_end |
Definition at line 96 of file temporal.h.
double _tgisExtent::north |
Definition at line 97 of file temporal.h.
double _tgisExtent::south |
Definition at line 98 of file temporal.h.
double _tgisExtent::start |
Definition at line 94 of file temporal.h.
double _tgisExtent::top |
Definition at line 101 of file temporal.h.
double _tgisExtent::west |
Definition at line 100 of file temporal.h.