Explorar o código

better doxygen documentation of project codes (gis.h)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52467 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=12) %!d(string=hai) anos
pai
achega
4a93aaa2f6
Modificáronse 1 ficheiros con 8 adicións e 8 borrados
  1. 8 8
      include/gis.h

+ 8 - 8
include/gis.h

@@ -82,15 +82,15 @@ static const char *GRASS_copyright __attribute__ ((unused))
 #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"