[GRASS-SVN] r52467 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 27 13:12:40 PDT 2012


Author: martinl
Date: 2012-07-27 13:12:39 -0700 (Fri, 27 Jul 2012)
New Revision: 52467

Modified:
   grass/trunk/include/gis.h
Log:
better doxygen documentation of project codes (gis.h)


Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h	2012-07-27 20:06:49 UTC (rev 52466)
+++ grass/trunk/include/gis.h	2012-07-27 20:12:39 UTC (rev 52467)
@@ -82,15 +82,15 @@
 #define U_MINUTES       DATETIME_MINUTE 
 #define U_SECONDS       DATETIME_SECOND 
 
-/*! \brief Projection code - XY coordinate system */
-#define PROJECTION_XY  0
+/*! \brief Projection code - XY coordinate system (unreferenced data) */
+#define PROJECTION_XY     0
 /*! \brief Projection code - UTM */
-#define PROJECTION_UTM 1
-/*! \brief Projection code - plane */
-#define PROJECTION_SP  2
-/*! \brief Projection code - LatLong */
-#define PROJECTION_LL  3
-/*! \brief Projection code - other coordinate system (other then noted above) */
+#define PROJECTION_UTM    1
+/*! \brief Projection code - State Plane */
+#define PROJECTION_SP     2
+/*! \brief Projection code - Latitude-Longitude */
+#define PROJECTION_LL     3
+/*! \brief Projection code - other projection (other then noted above) */
 #define PROJECTION_OTHER  99
 
 #define PROJECTION_FILE "PROJ_INFO"



More information about the grass-commit mailing list