[GRASS-SVN] r50887 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Feb 19 19:26:11 EST 2012
Author: huhabla
Date: 2012-02-19 16:26:11 -0800 (Sun, 19 Feb 2012)
New Revision: 50887
Modified:
grass/trunk/include/gis.h
Log:
New standard options related to the temporal GIS framework
Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h 2012-02-19 22:58:01 UTC (rev 50886)
+++ grass/trunk/include/gis.h 2012-02-20 00:26:11 UTC (rev 50887)
@@ -230,6 +230,25 @@
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
More information about the grass-commit
mailing list