GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
_tgisExtent Struct Reference

#include <temporal.h>

Data Fields

double start
 
double end
 
char has_end
 
double north
 
double south
 
double east
 
double west
 
double top
 
double bottom
 

Detailed Description

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.

Field Documentation

◆ bottom

double _tgisExtent::bottom

Definition at line 102 of file temporal.h.

◆ east

double _tgisExtent::east

Definition at line 99 of file temporal.h.

◆ end

double _tgisExtent::end

Definition at line 95 of file temporal.h.

◆ has_end

char _tgisExtent::has_end

Definition at line 96 of file temporal.h.

◆ north

double _tgisExtent::north

Definition at line 97 of file temporal.h.

◆ south

double _tgisExtent::south

Definition at line 98 of file temporal.h.

◆ start

double _tgisExtent::start

Definition at line 94 of file temporal.h.

◆ top

double _tgisExtent::top

Definition at line 101 of file temporal.h.

◆ west

double _tgisExtent::west

Definition at line 100 of file temporal.h.


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