Browse Source

New standard options related to the temporal GIS framework

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50887 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 13 years ago
parent
commit
1814b0eeed
1 changed files with 19 additions and 0 deletions
  1. 19 0
      include/gis.h

+ 19 - 0
include/gis.h

@@ -230,6 +230,25 @@ static const char *GRASS_copyright __attribute__ ((unused))
     G_OPT_M_EN,                 /* coordinates */
     G_OPT_M_COLR,               /* color rules */
     G_OPT_M_DIR,                /* directory input */    
+
+    G_OPT_STDS_INPUT,           /* old input space time dataset of type strds, str3ds or stvds */
+    G_OPT_STDS_INPUTS,          /* old input space time datasets */
+    G_OPT_STRDS_INPUT,          /* old input space time raster dataset */
+    G_OPT_STRDS_INPUTS,         /* old input space time raster datasets */
+    G_OPT_STRDS_OUTPUT,         /* new output space time raster dataset */
+    G_OPT_STR3DS_INPUT,         /* old input space time raster3d dataset */
+    G_OPT_STR3DS_INPUTS,        /* old input space time raster3d datasets */
+    G_OPT_STR3DS_OUTPUT,        /* new output space time raster3d dataset */
+    G_OPT_STVDS_INPUT,          /* old input space time vector dataset */
+    G_OPT_STVDS_INPUTS,         /* old input space time vector datasets */
+    G_OPT_STVDS_OUTPUT,         /* new output space time vector dataset */
+    G_OPT_MAP_INPUT,            /* old input map of type raster, vector or raster3d  */
+    G_OPT_MAP_INPUTS,           /* old input maps of type raster, vector or raster3d  */
+    G_OPT_STDS_TYPE,            /* the type of a space time dataset: strds, str3ds, stvds */ 
+    G_OPT_MAP_TYPE,             /* The type of an input map: raster, vect, rast3d */
+    G_OPT_T_TYPE,               /* The temporal type of a space time dataset */
+    G_OPT_T_WHERE,              /* A temporal GIS framework SQL WHERE statement */
+
 } STD_OPT;
 
 /**/ typedef enum